Class FileSystemStatusReporter

java.lang.Object
org.apache.tika.plugins.AbstractTikaExtension
org.apache.tika.pipes.reporter.fs.FileSystemStatusReporter
All Implemented Interfaces:
Closeable, AutoCloseable, PipesReporter, TikaExtension

public class FileSystemStatusReporter extends AbstractTikaExtension implements PipesReporter
This is intended to write summary statistics to disk periodically. As of the 2.5.0 release, this is ALPHA version. There may be breaking changes in the future. Because uses {@link java.time.Instant}, if you are deserializing with jackson-databind, you'll need to add jackson-datatype-jsr310. See the unit tests for how to deserialize AsyncStatus.