Class ImmutableStreamEdge
- java.lang.Object
-
- org.apache.flink.streaming.api.graph.util.ImmutableStreamEdge
-
@Internal public class ImmutableStreamEdge extends Object
Helper class that provides read-only StreamEdge.
-
-
Constructor Summary
Constructors Constructor Description ImmutableStreamEdge(StreamEdge streamEdge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEdgeId()
int
getSourceId()
int
getTargetId()
int
getTypeNumber()
boolean
isBroadcastEdge()
boolean
isForwardForConsecutiveHashEdge()
boolean
isIntraInputKeyCorrelated()
-
-
-
Constructor Detail
-
ImmutableStreamEdge
public ImmutableStreamEdge(StreamEdge streamEdge)
-
-
Method Detail
-
getTypeNumber
public int getTypeNumber()
-
getTargetId
public int getTargetId()
-
getSourceId
public int getSourceId()
-
getEdgeId
public String getEdgeId()
-
isForwardForConsecutiveHashEdge
public boolean isForwardForConsecutiveHashEdge()
-
isIntraInputKeyCorrelated
public boolean isIntraInputKeyCorrelated()
-
isBroadcastEdge
public boolean isBroadcastEdge()
-
-