Uses of Class
org.apache.flink.streaming.api.graph.util.ImmutableStreamNode
-
Packages that use ImmutableStreamNode Package Description org.apache.flink.streaming.api.graph org.apache.flink.streaming.api.graph.util -
-
Uses of ImmutableStreamNode in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph with parameters of type ImmutableStreamNode Modifier and Type Method Description booleanDefaultStreamGraphContext. checkUpstreamNodesFinished(ImmutableStreamNode streamNode, Integer typeNumber)booleanStreamGraphContext. checkUpstreamNodesFinished(ImmutableStreamNode streamNode, Integer typeNumber)Check if the upstream nodes of the stream node with the specified type number have finished. -
Uses of ImmutableStreamNode in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return ImmutableStreamNode Modifier and Type Method Description ImmutableStreamNodeImmutableStreamGraph. getStreamNode(Integer vertexId)
-