Package com.github.euler.tika
Class MetadataBatch
- java.lang.Object
-
- com.github.euler.tika.MetadataBatch
-
-
Constructor Summary
Constructors Constructor Description MetadataBatch(MetadataBatchSink sink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinish()voidflush(Flush msg, BatchListener listener)protected voidhandleResponse(SinkResponse response, BatchListener listener)voidprocess(JobTaskToProcess msg, BatchListener listener)
-
-
-
Constructor Detail
-
MetadataBatch
public MetadataBatch(MetadataBatchSink sink)
-
-
Method Detail
-
process
public void process(JobTaskToProcess msg, BatchListener listener)
-
handleResponse
protected void handleResponse(SinkResponse response, BatchListener listener)
-
flush
public void flush(Flush msg, BatchListener listener)
-
-