Uses of Interface
org.apache.flink.runtime.topology.Vertex
-
Packages that use Vertex Package Description org.apache.flink.runtime.jobgraph.topology org.apache.flink.runtime.scheduler.strategy org.apache.flink.runtime.topology -
-
Uses of Vertex in org.apache.flink.runtime.jobgraph.topology
Subinterfaces of Vertex in org.apache.flink.runtime.jobgraph.topology Modifier and Type Interface Description interfaceLogicalVertexRepresents a vertex inLogicalTopology, i.e.Classes in org.apache.flink.runtime.jobgraph.topology that implement Vertex Modifier and Type Class Description classDefaultLogicalVertexDefault implementation ofLogicalVertex. -
Uses of Vertex in org.apache.flink.runtime.scheduler.strategy
Subinterfaces of Vertex in org.apache.flink.runtime.scheduler.strategy Modifier and Type Interface Description interfaceSchedulingExecutionVertexScheduling representation ofExecutionVertex. -
Uses of Vertex in org.apache.flink.runtime.topology
Classes in org.apache.flink.runtime.topology with type parameters of type Vertex Modifier and Type Interface Description interfaceBaseTopology<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>Base topology for all logical and execution topologies.interfacePipelinedRegion<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>A pipelined region is a set of vertices connected via pipelined data exchanges.interfaceResult<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>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.interfaceVertex<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>Represents a logical or execution task.
-