Package com.github.euler.tika
Interface BatchSink
-
public interface BatchSink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinish()SinkResponseflush(boolean force)SinkResponsestore(URI uri, ProcessingContext ctx)SinkResponsestoreFragment(String parentId, int index, String fragment)
-
-
-
Method Detail
-
store
SinkResponse store(URI uri, ProcessingContext ctx)
-
storeFragment
SinkResponse storeFragment(String parentId, int index, String fragment)
-
flush
SinkResponse flush(boolean force)
-
finish
void finish()
-
-