Uses of Interface
org.apache.flink.runtime.scheduler.strategy.SchedulingPipelinedRegion
-
-
Uses of SchedulingPipelinedRegion in org.apache.flink.runtime.executiongraph.failover
Methods in org.apache.flink.runtime.executiongraph.failover that return SchedulingPipelinedRegion Modifier and Type Method Description SchedulingPipelinedRegion
RestartPipelinedRegionFailoverStrategy. getFailoverRegion(ExecutionVertexID vertexID)
Returns the failover region that contains the given execution vertex. -
Uses of SchedulingPipelinedRegion in org.apache.flink.runtime.executiongraph.failover.partitionrelease
Methods in org.apache.flink.runtime.executiongraph.failover.partitionrelease that return types with arguments of type SchedulingPipelinedRegion Modifier and Type Method Description Iterator<SchedulingPipelinedRegion>
ConsumerRegionGroupExecutionView. iterator()
-
Uses of SchedulingPipelinedRegion in org.apache.flink.runtime.scheduler.adapter
Classes in org.apache.flink.runtime.scheduler.adapter that implement SchedulingPipelinedRegion Modifier and Type Class Description class
DefaultSchedulingPipelinedRegion
Default implementation ofSchedulingPipelinedRegion
.
-