public class TridentContext extends Object
Constructor and Description |
---|
TridentContext(Fields selfFields,
List<TridentTuple.Factory> parentFactories,
List<String> parentStreams,
List<TupleReceiver> receivers,
String outStreamId,
int stateIndex,
BatchOutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
BatchOutputCollector |
getDelegateCollector() |
String |
getOutStreamId() |
List<String> |
getParentStreams() |
List<TridentTuple.Factory> |
getParentTupleFactories() |
List<TupleReceiver> |
getReceivers() |
Fields |
getSelfOutputFields() |
int |
getStateIndex() |
public TridentContext(Fields selfFields, List<TridentTuple.Factory> parentFactories, List<String> parentStreams, List<TupleReceiver> receivers, String outStreamId, int stateIndex, BatchOutputCollector collector)
public List<TridentTuple.Factory> getParentTupleFactories()
public Fields getSelfOutputFields()
public List<TupleReceiver> getReceivers()
public String getOutStreamId()
public int getStateIndex()
public BatchOutputCollector getDelegateCollector()
Copyright © 2022 The Apache Software Foundation. All rights reserved.