Uses of Interface
org.apache.flink.runtime.topology.BaseTopology
-
-
Uses of BaseTopology in org.apache.flink.runtime.jobgraph.topology
Subinterfaces of BaseTopology 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 BaseTopology Modifier and Type Class Description classDefaultLogicalTopologyDefault implementation ofLogicalTopology. -
Uses of BaseTopology in org.apache.flink.runtime.scheduler.adapter
Classes in org.apache.flink.runtime.scheduler.adapter that implement BaseTopology Modifier and Type Class Description classDefaultExecutionTopologyAdapter ofExecutionGraphtoSchedulingTopology. -
Uses of BaseTopology in org.apache.flink.runtime.scheduler.strategy
Subinterfaces of BaseTopology in org.apache.flink.runtime.scheduler.strategy Modifier and Type Interface Description interfaceSchedulingTopologyTopology ofSchedulingExecutionVertex. -
Uses of BaseTopology in org.apache.flink.runtime.topology
Subinterfaces of BaseTopology in org.apache.flink.runtime.topology Modifier and Type Interface Description interfaceTopology<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>,PR extends PipelinedRegion<VID,RID,V,R>>Extends theBaseTopologyby pipelined regions.
-