storm.trident.planner
Interface TridentProcessor
- All Superinterfaces:
- Serializable, TupleReceiver
- All Known Implementing Classes:
- AggregateProcessor, EachProcessor, MultiReducerProcessor, PartitionPersistProcessor, ProjectedProcessor, StateQueryProcessor
public interface TridentProcessor
- extends Serializable, TupleReceiver
prepare
void prepare(Map conf,
TopologyContext context,
TridentContext tridentContext)
cleanup
void cleanup()
startBatch
void startBatch(ProcessorContext processorContext)
finishBatch
void finishBatch(ProcessorContext processorContext)
getOutputFactory
TridentTuple.Factory getOutputFactory()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.