Package org.apache.storm.trident.planner
Interface TridentProcessor
- All Superinterfaces:
Serializable
,TupleReceiver
- All Known Implementing Classes:
AggregateProcessor
,EachProcessor
,MapProcessor
,MultiReducerProcessor
,PartitionPersistProcessor
,ProjectedProcessor
,StateQueryProcessor
,WindowTridentProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
finishBatch
(ProcessorContext processorContext) void
prepare
(Map<String, Object> conf, TopologyContext context, TridentContext tridentContext) void
startBatch
(ProcessorContext processorContext) Methods inherited from interface org.apache.storm.trident.planner.TupleReceiver
execute, flush
-
Method Details
-
prepare
-
cleanup
void cleanup() -
startBatch
-
finishBatch
-
getOutputFactory
TridentTuple.Factory getOutputFactory()
-