Class TridentContext
java.lang.Object
org.apache.storm.trident.planner.processor.TridentContext
- 
Constructor Summary
ConstructorsConstructorDescriptionTridentContext(Fields selfFields, List<TridentTuple.Factory> parentFactories, List<String> parentStreams, List<TupleReceiver> receivers, String outStreamId, int stateIndex, BatchOutputCollector collector)  - 
Method Summary
Modifier and TypeMethodDescriptionint 
- 
Constructor Details
- 
TridentContext
public 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
 - 
getStateIndex
public int getStateIndex() - 
getDelegateCollector
 
 -