Uses of Interface
org.apache.flink.runtime.topology.Topology
-
Packages that use Topology Package Description org.apache.flink.runtime.jobgraph.topology org.apache.flink.runtime.scheduler.adapter org.apache.flink.runtime.scheduler.strategy -
-
Uses of Topology in org.apache.flink.runtime.jobgraph.topology
Subinterfaces of Topology in org.apache.flink.runtime.jobgraph.topology Modifier and Type Interface Description interface
LogicalTopology
Represents a logical topology, i.e.Classes in org.apache.flink.runtime.jobgraph.topology that implement Topology Modifier and Type Class Description class
DefaultLogicalTopology
Default implementation ofLogicalTopology
. -
Uses of Topology in org.apache.flink.runtime.scheduler.adapter
Classes in org.apache.flink.runtime.scheduler.adapter that implement Topology Modifier and Type Class Description class
DefaultExecutionTopology
Adapter ofExecutionGraph
toSchedulingTopology
. -
Uses of Topology in org.apache.flink.runtime.scheduler.strategy
Subinterfaces of Topology in org.apache.flink.runtime.scheduler.strategy Modifier and Type Interface Description interface
SchedulingTopology
Topology ofSchedulingExecutionVertex
.
-