Uses of Class
org.apache.tika.pipes.FetchEmitTuple
-
Packages that use FetchEmitTuple Package Description org.apache.tika.pipes org.apache.tika.pipes.async org.apache.tika.pipes.extractor org.apache.tika.pipes.pipesiterator -
-
Uses of FetchEmitTuple in org.apache.tika.pipes
Methods in org.apache.tika.pipes with parameters of type FetchEmitTuple Modifier and Type Method Description PipesResultPipesParser. parse(FetchEmitTuple t)protected org.apache.tika.pipes.PipesServer.MetadataListAndEmbeddedBytesPipesServer. parseFromTuple(FetchEmitTuple t, Fetcher fetcher)PipesResultPipesClient. process(FetchEmitTuple t)voidCompositePipesReporter. report(FetchEmitTuple t, PipesResult result, long elapsed)voidLoggingPipesReporter. report(FetchEmitTuple t, PipesResult result, long elapsed)abstract voidPipesReporter. report(FetchEmitTuple t, PipesResult result, long elapsed) -
Uses of FetchEmitTuple in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async with parameters of type FetchEmitTuple Modifier and Type Method Description booleanAsyncProcessor. offer(FetchEmitTuple t, long offerMs)Method parameters in org.apache.tika.pipes.async with type arguments of type FetchEmitTuple Modifier and Type Method Description booleanAsyncProcessor. offer(List<FetchEmitTuple> newFetchEmitTuples, long offerMs) -
Uses of FetchEmitTuple in org.apache.tika.pipes.extractor
Constructors in org.apache.tika.pipes.extractor with parameters of type FetchEmitTuple Constructor Description EmittingEmbeddedDocumentBytesHandler(FetchEmitTuple fetchEmitTuple, EmitterManager emitterManager) -
Uses of FetchEmitTuple in org.apache.tika.pipes.pipesiterator
Fields in org.apache.tika.pipes.pipesiterator declared as FetchEmitTuple Modifier and Type Field Description static FetchEmitTuplePipesIterator. COMPLETED_SEMAPHOREMethods in org.apache.tika.pipes.pipesiterator that return types with arguments of type FetchEmitTuple Modifier and Type Method Description Iterator<FetchEmitTuple>PipesIterator. iterator()Methods in org.apache.tika.pipes.pipesiterator with parameters of type FetchEmitTuple Modifier and Type Method Description protected voidPipesIterator. tryToAdd(FetchEmitTuple p)Constructor parameters in org.apache.tika.pipes.pipesiterator with type arguments of type FetchEmitTuple Constructor 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 ofPipesIterator.COMPLETED_SEMAPHOREto 1.CallablePipesIterator(PipesIterator pipesIterator, ArrayBlockingQueue<FetchEmitTuple> queue, long timeoutMillis, int numConsumers)
-