Class ImmutableStreamNode
java.lang.Object
org.apache.flink.streaming.api.graph.util.ImmutableStreamNode
Helper class that provides read-only StreamNode.
-
Constructor Details
-
ImmutableStreamNode
-
-
Method Details
-
getOutEdges
-
getInEdges
-
getId
public int getId() -
getOperatorFactory
-
getMaxParallelism
public int getMaxParallelism() -
getParallelism
public int getParallelism() -
getTypeSerializersIn
public org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getTypeSerializersIn() -
toString
-