public interface IBatchBolt<T> extends Serializable, IComponent
Modifier and Type | Method and Description |
---|---|
void |
execute(Tuple tuple) |
void |
finishBatch() |
void |
prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector,
T id) |
declareOutputFields, getComponentConfiguration
void prepare(Map conf, TopologyContext context, BatchOutputCollector collector, T id)
void execute(Tuple tuple)
void finishBatch()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.