Class SerialIterator
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.algorithm.iterators.SerialIterator
- All Implemented Interfaces:
Iterator<org.apache.hadoop.yarn.api.records.SchedulingRequest>
public class SerialIterator
extends Object
implements Iterator<org.apache.hadoop.yarn.api.records.SchedulingRequest>
Traverse Scheduling Requests in the same order as they arrive
-
Constructor Summary
ConstructorsConstructorDescriptionSerialIterator(Collection<org.apache.hadoop.yarn.api.records.SchedulingRequest> schedulingRequests) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
SerialIterator
public SerialIterator(Collection<org.apache.hadoop.yarn.api.records.SchedulingRequest> schedulingRequests)
-
-
Method Details