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