public class PendingAsk
extends java.lang.Object
PendingAsk is the class to include minimal information of how much
resource to ask under constraints (e.g. on one host / rack / node-attributes)
, etc.| Modifier and Type | Field | Description |
|---|---|---|
static PendingAsk |
ZERO |
| Constructor | Description |
|---|---|
PendingAsk(org.apache.hadoop.yarn.api.records.Resource res,
int num) |
|
PendingAsk(org.apache.hadoop.yarn.api.records.ResourceSizing sizing) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCount() |
|
org.apache.hadoop.yarn.api.records.Resource |
getPerAllocationResource() |
|
java.lang.String |
toString() |
public static final PendingAsk ZERO
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.