Class ChainedOperatorHashInfo
- java.lang.Object
-
- org.apache.flink.streaming.api.graph.util.ChainedOperatorHashInfo
-
@Internal public final class ChainedOperatorHashInfo extends Object
Helper class to help maintain the hash info of an operator chain.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGeneratedOperatorId()StreamNodegetStreamNode()byte[]getUserDefinedOperatorId()
-
-
-
Method Detail
-
getGeneratedOperatorId
public byte[] getGeneratedOperatorId()
-
getUserDefinedOperatorId
@Nullable public byte[] getUserDefinedOperatorId()
-
getStreamNode
public StreamNode getStreamNode()
-
-