| Package | Description |
|---|---|
| org.apache.tika.pipes | |
| org.apache.tika.pipes.async | |
| org.apache.tika.pipes.pipesiterator |
| Modifier and Type | Method and Description |
|---|---|
PipesResult |
PipesParser.parse(FetchEmitTuple t) |
PipesResult |
PipesClient.process(FetchEmitTuple t) |
void |
LoggingPipesReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
void |
CompositePipesReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
abstract void |
PipesReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AsyncProcessor.offer(FetchEmitTuple t,
long offerMs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AsyncProcessor.offer(List<FetchEmitTuple> newFetchEmitTuples,
long offerMs) |
| Modifier and Type | Field and Description |
|---|---|
static FetchEmitTuple |
PipesIterator.COMPLETED_SEMAPHORE |
| Modifier and Type | Method and Description |
|---|---|
Iterator<FetchEmitTuple> |
PipesIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PipesIterator.tryToAdd(FetchEmitTuple p) |
| 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
PipesIterator.COMPLETED_SEMAPHORE to 1. |
CallablePipesIterator(PipesIterator pipesIterator,
ArrayBlockingQueue<FetchEmitTuple> queue,
long timeoutMillis,
int numConsumers) |
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.