Class TridentContext
java.lang.Object
org.apache.storm.trident.planner.processor.TridentContext
- 
Constructor SummaryConstructorsConstructorDescriptionTridentContext(Fields selfFields, List<TridentTuple.Factory> parentFactories, List<String> parentStreams, List<TupleReceiver> receivers, String outStreamId, int stateIndex, BatchOutputCollector collector) 
- 
Method SummaryModifier and TypeMethodDescriptionint
- 
Constructor Details- 
TridentContextpublic TridentContext(Fields selfFields, List<TridentTuple.Factory> parentFactories, List<String> parentStreams, List<TupleReceiver> receivers, String outStreamId, int stateIndex, BatchOutputCollector collector) 
 
- 
- 
Method Details- 
getParentTupleFactories
- 
getSelfOutputFields
- 
getParentStreams
- 
getReceivers
- 
getOutStreamId
- 
getStateIndexpublic int getStateIndex()
- 
getDelegateCollector
 
-