Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.processor |
Package o.a.h.yarn.server.resourcemanager.scheduler.constraint.processor
contains classes related to scheduling containers using placement
processor.
|
Modifier and Type | Method and Description |
---|---|
BatchedRequests.IteratorType |
BatchedRequests.getIteratorType()
Get Iterator type.
|
static BatchedRequests.IteratorType |
BatchedRequests.IteratorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchedRequests.IteratorType[] |
BatchedRequests.IteratorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BatchedRequests(BatchedRequests.IteratorType type,
org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
Collection<org.apache.hadoop.yarn.api.records.SchedulingRequest> requests,
int attempt) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.