Package org.apache.tika.pipes
Class PipesClient
java.lang.Object
org.apache.tika.pipes.PipesClient
- All Implemented Interfaces:
Closeable
,AutoCloseable
The PipesClient is designed to be single-threaded. It only allots
a single thread for
process(FetchEmitTuple)
processing.
See AsyncProcessor
for handling
multiple PipesClients.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PipesClient
-
-
Method Details
-
getFilesProcessed
public int getFilesProcessed() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
process
- Throws:
IOException
InterruptedException
-