Package com.github.euler.tika
Interface MetadataBatchSink
-
- All Known Subinterfaces:
FragmentBatchSink
public interface MetadataBatchSink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinish()SinkResponseflush(boolean force)SinkResponsestore(URI uri, ProcessingContext ctx)
-
-
-
Method Detail
-
store
SinkResponse store(URI uri, ProcessingContext ctx)
-
flush
SinkResponse flush(boolean force)
-
finish
void finish()
-
-