Package org.apache.storm.coordination
Interface IBatchBolt<T>
- All Superinterfaces:
- IComponent,- Serializable
- All Known Implementing Classes:
- BaseBatchBolt,- ReachTopology.CountAggregator,- ReachTopology.PartialUniquer
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidprepare(Map<String, Object> conf, TopologyContext context, BatchOutputCollector collector, T id) Methods inherited from interface org.apache.storm.topology.IComponentdeclareOutputFields, getComponentConfiguration
- 
Method Details- 
preparevoid prepare(Map<String, Object> conf, TopologyContext context, BatchOutputCollector collector, T id) 
- 
execute
- 
finishBatchvoid finishBatch()
 
-