Package org.apache.tika.pipes
Class LoggingPipesReporter
java.lang.Object
org.apache.tika.pipes.PipesReporter
org.apache.tika.pipes.LoggingPipesReporter
- All Implemented Interfaces:
Closeable
,AutoCloseable
Simple PipesReporter that logs everything at the debug level.
-
Field Summary
Fields inherited from class org.apache.tika.pipes.PipesReporter
NO_OP_REPORTER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This is called if the process has crashed.void
This is called if the process has crashed.void
report
(FetchEmitTuple t, PipesResult result, long elapsed) Methods inherited from class org.apache.tika.pipes.PipesReporter
close, report, supportsTotalCount
-
Constructor Details
-
LoggingPipesReporter
public LoggingPipesReporter()
-
-
Method Details
-
report
- Specified by:
report
in classPipesReporter
-
error
Description copied from class:PipesReporter
This is called if the process has crashed. Implementers should not rely on close() to be called after this.- Specified by:
error
in classPipesReporter
-
error
Description copied from class:PipesReporter
This is called if the process has crashed. Implementers should not rely on close() to be called after this.- Specified by:
error
in classPipesReporter
-