Uses of Interface
org.apache.flink.runtime.topology.BaseTopology
Packages that use BaseTopology
Package
Description
-
Uses of BaseTopology in org.apache.flink.runtime.jobgraph.topology
Subinterfaces of BaseTopology in org.apache.flink.runtime.jobgraph.topologyModifier and TypeInterfaceDescriptioninterfaceRepresents a logical topology, i.e.Classes in org.apache.flink.runtime.jobgraph.topology that implement BaseTopology -
Uses of BaseTopology in org.apache.flink.runtime.scheduler.adapter
Classes in org.apache.flink.runtime.scheduler.adapter that implement BaseTopology -
Uses of BaseTopology in org.apache.flink.runtime.scheduler.strategy
Subinterfaces of BaseTopology in org.apache.flink.runtime.scheduler.strategy -
Uses of BaseTopology in org.apache.flink.runtime.topology
Subinterfaces of BaseTopology in org.apache.flink.runtime.topologyModifier and TypeInterfaceDescriptioninterfaceTopology<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.