Class ConsumerRegionGroupExecutionView
- java.lang.Object
-
- org.apache.flink.runtime.executiongraph.failover.partitionrelease.ConsumerRegionGroupExecutionView
-
- All Implemented Interfaces:
Iterable<SchedulingPipelinedRegion>
public class ConsumerRegionGroupExecutionView extends Object implements Iterable<SchedulingPipelinedRegion>
This view maintains the finished progress of consumerSchedulingPipelinedRegion
s for eachConsumedPartitionGroup
.
-
-
Constructor Summary
Constructors Constructor Description ConsumerRegionGroupExecutionView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<SchedulingPipelinedRegion>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<SchedulingPipelinedRegion> iterator()
- Specified by:
iterator
in interfaceIterable<SchedulingPipelinedRegion>
-
-