Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.processor.BatchedRequests.IteratorType
Packages that use BatchedRequests.IteratorType
Package
Description
Package o.a.h.yarn.server.resourcemanager.scheduler.constraint.processor
contains classes related to scheduling containers using placement
processor.
-
Uses of BatchedRequests.IteratorType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.processor
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.processor that return BatchedRequests.IteratorTypeModifier and TypeMethodDescriptionBatchedRequests.getIteratorType()Get Iterator type.static BatchedRequests.IteratorTypeReturns the enum constant of this class with the specified name.static BatchedRequests.IteratorType[]BatchedRequests.IteratorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.processor with parameters of type BatchedRequests.IteratorTypeModifierConstructorDescriptionBatchedRequests(BatchedRequests.IteratorType type, org.apache.hadoop.yarn.api.records.ApplicationId applicationId, Collection<org.apache.hadoop.yarn.api.records.SchedulingRequest> requests, int attempt)