Uses of Class
org.apache.flink.runtime.executiongraph.EdgeManager
-
Packages that use EdgeManager Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.scheduler.adapter -
-
Uses of EdgeManager in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return EdgeManager Modifier and Type Method Description EdgeManager
DefaultExecutionGraph. getEdgeManager()
EdgeManager
InternalExecutionGraphAccessor. getEdgeManager()
Constructors in org.apache.flink.runtime.executiongraph with parameters of type EdgeManager Constructor Description IntermediateResultPartition(IntermediateResult totalResult, ExecutionVertex producer, int partitionNumber, EdgeManager edgeManager)
-
Uses of EdgeManager in org.apache.flink.runtime.scheduler.adapter
Methods in org.apache.flink.runtime.scheduler.adapter that return EdgeManager Modifier and Type Method Description EdgeManager
DefaultExecutionTopology. getEdgeManager()
-