Class ImmutableStreamGraph
- java.lang.Object
-
- org.apache.flink.streaming.api.graph.util.ImmutableStreamGraph
-
@Internal public class ImmutableStreamGraph extends Object
Helper class that provides read-only StreamGraph.
-
-
Constructor Summary
Constructors Constructor Description ImmutableStreamGraph(StreamGraph streamGraph, ClassLoader userClassloader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.configuration.ReadableConfig
getConfiguration()
ImmutableStreamNode
getStreamNode(Integer vertexId)
ClassLoader
getUserClassLoader()
-
-
-
Constructor Detail
-
ImmutableStreamGraph
public ImmutableStreamGraph(StreamGraph streamGraph, ClassLoader userClassloader)
-
-
Method Detail
-
getStreamNode
public ImmutableStreamNode getStreamNode(Integer vertexId)
-
getConfiguration
public org.apache.flink.configuration.ReadableConfig getConfiguration()
-
getUserClassLoader
public ClassLoader getUserClassLoader()
-
-