Interface ITridentBatchBolt
-
- All Superinterfaces:
IComponent
,Serializable
- All Known Implementing Classes:
SubtopologyBolt
,TridentSpoutExecutor
public interface ITridentBatchBolt extends IComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanup()
void
execute(BatchInfo batchInfo, Tuple tuple)
void
finishBatch(BatchInfo batchInfo)
Object
initBatchState(String batchGroup, Object batchId)
void
prepare(Map<String,Object> conf, TopologyContext context, BatchOutputCollector collector)
-
Methods inherited from interface org.apache.storm.topology.IComponent
declareOutputFields, getComponentConfiguration
-
-
-
-
Method Detail
-
prepare
void prepare(Map<String,Object> conf, TopologyContext context, BatchOutputCollector collector)
-
finishBatch
void finishBatch(BatchInfo batchInfo)
-
cleanup
void cleanup()
-
-