public interface ITridentBatchBolt extends IComponent
Modifier and Type | Method and 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) |
declareOutputFields, getComponentConfiguration
void prepare(Map<String,Object> conf, TopologyContext context, BatchOutputCollector collector)
void finishBatch(BatchInfo batchInfo)
void cleanup()
Copyright © 2022 The Apache Software Foundation. All rights reserved.