Interface ITridentBatchBolt
- All Superinterfaces:
IComponent
,Serializable
- All Known Implementing Classes:
SubtopologyBolt
,TridentSpoutExecutor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
void
finishBatch
(BatchInfo batchInfo) 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 Details
-
prepare
-
execute
-
finishBatch
-
initBatchState
-
cleanup
void cleanup()
-