Class ImmutableStreamEdge
java.lang.Object
org.apache.flink.streaming.api.graph.util.ImmutableStreamEdge
Helper class that provides read-only StreamEdge.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanbooleanboolean
-
Constructor Details
-
ImmutableStreamEdge
-
-
Method Details
-
getTypeNumber
public int getTypeNumber() -
getTargetId
public int getTargetId() -
getSourceId
public int getSourceId() -
getEdgeId
-
isForwardForConsecutiveHashEdge
public boolean isForwardForConsecutiveHashEdge() -
isBroadcastEdge
public boolean isBroadcastEdge()
-