storm.trident.planner.processor
Class TridentContext
java.lang.Object
storm.trident.planner.processor.TridentContext
public class TridentContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TridentContext
public TridentContext(Fields selfFields,
List<TridentTuple.Factory> parentFactories,
List<String> parentStreams,
List<TupleReceiver> receivers,
String outStreamId,
int stateIndex,
BatchOutputCollector collector)
getParentTupleFactories
public List<TridentTuple.Factory> getParentTupleFactories()
getSelfOutputFields
public Fields getSelfOutputFields()
getParentStreams
public List<String> getParentStreams()
getReceivers
public List<TupleReceiver> getReceivers()
getOutStreamId
public String getOutStreamId()
getStateIndex
public int getStateIndex()
getDelegateCollector
public BatchOutputCollector getDelegateCollector()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.