Uses of Interface
org.apache.flink.runtime.jobgraph.topology.LogicalVertex
-
Packages that use LogicalVertex Package Description org.apache.flink.runtime.executiongraph.failover.flip1 org.apache.flink.runtime.jobgraph.topology -
-
Uses of LogicalVertex in org.apache.flink.runtime.executiongraph.failover.flip1
Methods in org.apache.flink.runtime.executiongraph.failover.flip1 that return types with arguments of type LogicalVertex Modifier and Type Method Description static Set<Set<LogicalVertex>>LogicalPipelinedRegionComputeUtil. computePipelinedRegions(Iterable<? extends LogicalVertex> topologicallySortedVertices)Method parameters in org.apache.flink.runtime.executiongraph.failover.flip1 with type arguments of type LogicalVertex Modifier and Type Method Description static Set<Set<LogicalVertex>>LogicalPipelinedRegionComputeUtil. computePipelinedRegions(Iterable<? extends LogicalVertex> topologicallySortedVertices) -
Uses of LogicalVertex in org.apache.flink.runtime.jobgraph.topology
Classes in org.apache.flink.runtime.jobgraph.topology that implement LogicalVertex Modifier and Type Class Description classDefaultLogicalVertexDefault implementation ofLogicalVertex.Methods in org.apache.flink.runtime.jobgraph.topology that return LogicalVertex Modifier and Type Method Description LogicalVertexDefaultLogicalPipelinedRegion. getVertex(JobVertexID vertexId)Methods in org.apache.flink.runtime.jobgraph.topology that return types with arguments of type LogicalVertex Modifier and Type Method Description Iterable<? extends LogicalVertex>DefaultLogicalPipelinedRegion. getVertices()Constructor parameters in org.apache.flink.runtime.jobgraph.topology with type arguments of type LogicalVertex Constructor Description DefaultLogicalPipelinedRegion(Set<? extends LogicalVertex> logicalVertices)
-