| Package | Description |
|---|---|
| org.apache.tika.batch |
| Modifier and Type | Field and Description |
|---|---|
private FileStarted |
FileResourceConsumer.currentFile |
private FileStarted |
FileConsumerFutureResult.fileStarted |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ArrayBlockingQueue<FileStarted> |
BatchProcess.timedOuts |
| Modifier and Type | Method and Description |
|---|---|
FileStarted |
FileResourceConsumer.checkForTimedOutMillis(long staleThresholdMillis)
Checks to see if the currentFile being processed (if there is one)
should be timed out (still being worked on after staleThresholdMillis).
|
FileStarted |
FileResourceConsumer.getCurrentFile()
Returns the name and start time of a file that is currently being processed.
|
FileStarted |
FileConsumerFutureResult.getFileStarted() |
| Constructor and Description |
|---|
FileConsumerFutureResult(FileStarted fs,
int filesProcessed) |