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 SummaryFields inherited from class org.apache.tika.pipes.PipesReporterNO_OP_REPORTER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidThis is called if the process has crashed.voidThis is called if the process has crashed.voidreport(FetchEmitTuple t, PipesResult result, long elapsed) Methods inherited from class org.apache.tika.pipes.PipesReporterclose, report, supportsTotalCount
- 
Constructor Details- 
LoggingPipesReporterpublic LoggingPipesReporter()
 
- 
- 
Method Details- 
report- Specified by:
- reportin class- PipesReporter
 
- 
errorDescription copied from class:PipesReporterThis is called if the process has crashed. Implementers should not rely on close() to be called after this.- Specified by:
- errorin class- PipesReporter
 
- 
errorDescription copied from class:PipesReporterThis is called if the process has crashed. Implementers should not rely on close() to be called after this.- Specified by:
- errorin class- PipesReporter
 
 
-