Uses of Class
org.apache.tika.batch.FileResourceConsumer
-
Packages that use FileResourceConsumer Package Description org.apache.tika.batch org.apache.tika.batch.fs org.apache.tika.eval.app org.apache.tika.eval.app.batch -
-
Uses of FileResourceConsumer in org.apache.tika.batch
Methods in org.apache.tika.batch that return types with arguments of type FileResourceConsumer Modifier and Type Method Description List<FileResourceConsumer>
ConsumersManager. getConsumers()
Get the consumersConstructor parameters in org.apache.tika.batch with type arguments of type FileResourceConsumer Constructor Description ConsumersManager(List<FileResourceConsumer> consumers)
-
Uses of FileResourceConsumer in org.apache.tika.batch.fs
Subclasses of FileResourceConsumer in org.apache.tika.batch.fs Modifier and Type Class Description class
AbstractFSConsumer
class
BasicTikaFSConsumer
Basic FileResourceConsumer that reads files from an input directory and writes content to the output directory.class
RecursiveParserWrapperFSConsumer
This runs a RecursiveParserWrapper against an input file and outputs the json metadata to an output file.class
StreamOutRPWFSConsumer
This uses theJsonStreamingSerializer
to write out a single metadata object at a time.Constructor parameters in org.apache.tika.batch.fs with type arguments of type FileResourceConsumer Constructor Description FSConsumersManager(List<FileResourceConsumer> consumers)
-
Uses of FileResourceConsumer in org.apache.tika.eval.app
Subclasses of FileResourceConsumer in org.apache.tika.eval.app Modifier and Type Class Description class
AbstractProfiler
class
ExtractComparer
class
ExtractProfiler
class
FileProfiler
This class profiles actual files as opposed to extracts e.g. -
Uses of FileResourceConsumer in org.apache.tika.eval.app.batch
Methods in org.apache.tika.eval.app.batch that return FileResourceConsumer Modifier and Type Method Description abstract FileResourceConsumer
EvalConsumerBuilder. build()
FileResourceConsumer
ExtractComparerBuilder. build()
FileResourceConsumer
ExtractProfilerBuilder. build()
FileResourceConsumer
FileProfilerBuilder. build()
Constructor parameters in org.apache.tika.eval.app.batch with type arguments of type FileResourceConsumer Constructor Description DBConsumersManager(JDBCUtil dbUtil, MimeBuffer mimeBuffer, List<FileResourceConsumer> consumers)
-