@Internal public class StreamEdge extends Object implements Serializable
Constructor and Description |
---|
StreamEdge(StreamNode sourceVertex,
StreamNode targetVertex,
int typeNumber,
List<String> selectedNames,
StreamPartitioner<?> outputPartitioner,
OutputTag outputTag) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OutputTag |
getOutputTag() |
StreamPartitioner<?> |
getPartitioner() |
List<String> |
getSelectedNames() |
int |
getSourceId() |
int |
getTargetId() |
int |
getTypeNumber() |
int |
hashCode() |
void |
setPartitioner(StreamPartitioner<?> partitioner) |
String |
toString() |
public StreamEdge(StreamNode sourceVertex, StreamNode targetVertex, int typeNumber, List<String> selectedNames, StreamPartitioner<?> outputPartitioner, OutputTag outputTag)
public int getSourceId()
public int getTargetId()
public int getTypeNumber()
public OutputTag getOutputTag()
public StreamPartitioner<?> getPartitioner()
public void setPartitioner(StreamPartitioner<?> partitioner)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.