| 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 | Description |
|---|---|---|
BatchedRequests.IteratorType |
BatchedRequests.getIteratorType() |
Get Iterator type.
|
static BatchedRequests.IteratorType |
BatchedRequests.IteratorType.valueOf(java.lang.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 | Description |
|---|---|
BatchedRequests(BatchedRequests.IteratorType type,
org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
java.util.Collection<org.apache.hadoop.yarn.api.records.SchedulingRequest> requests,
int attempt) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.