Uses of Interface
org.apache.flink.runtime.topology.VertexID
Packages that use VertexID
Package
Description
-
Uses of VertexID in org.apache.flink.runtime.jobgraph
Classes in org.apache.flink.runtime.jobgraph that implement VertexIDModifier and TypeClassDescriptionclassA class for statistically unique job vertex IDs. -
Uses of VertexID in org.apache.flink.runtime.scheduler.strategy
Classes in org.apache.flink.runtime.scheduler.strategy that implement VertexID -
Uses of VertexID in org.apache.flink.runtime.topology
Classes in org.apache.flink.runtime.topology with type parameters of type VertexIDModifier and TypeInterfaceDescriptioninterfaceBaseTopology<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.