| Package | Description |
|---|---|
| org.apache.tika.pipes.async | |
| org.apache.tika.pipes.pipesiterator | |
| org.apache.tika.pipes.pipesiterator.filelist | |
| org.apache.tika.pipes.pipesiterator.fs |
| Constructor and Description |
|---|
AsyncProcessor(Path tikaConfigPath,
PipesIterator pipesIterator) |
| Modifier and Type | Method and Description |
|---|---|
static PipesIterator |
PipesIterator.build(Path tikaConfigFile) |
| Constructor and Description |
|---|
CallablePipesIterator(PipesIterator pipesIterator,
ArrayBlockingQueue<FetchEmitTuple> queue)
This sets timeoutMillis to -1, meaning that
this will block forever trying to add fetchemittuples to the queue.
|
CallablePipesIterator(PipesIterator pipesIterator,
ArrayBlockingQueue<FetchEmitTuple> queue,
long timeoutMillis)
This sets the number of
COMPLETED_SEMAPHORE to 1. |
CallablePipesIterator(PipesIterator pipesIterator,
ArrayBlockingQueue<FetchEmitTuple> queue,
long timeoutMillis,
int numConsumers) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileListPipesIterator
Reads a list of file names/relative paths from a UTF-8 file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemPipesIterator |
Copyright © 2007–2024 The Apache Software Foundation. All rights reserved.