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 interfaceLogicalTopologyRepresents a logical topology, i.e.Classes in org.apache.flink.runtime.jobgraph.topology that implement Topology Modifier and Type Class Description classDefaultLogicalTopologyDefault 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 classDefaultExecutionTopologyAdapter ofExecutionGraphtoSchedulingTopology. -
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 interfaceSchedulingTopologyTopology ofSchedulingExecutionVertex.
-