| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract RejectionReason |
RejectedSchedulingRequest.getReason() |
Get Rejection Reason.
|
static RejectionReason |
RejectionReason.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RejectionReason[] |
RejectionReason.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RejectedSchedulingRequest |
RejectedSchedulingRequest.newInstance(RejectionReason reason,
SchedulingRequest request) |
Create new RejectedSchedulingRequest.
|
abstract void |
RejectedSchedulingRequest.setReason(RejectionReason reason) |
Set Rejection Reason.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.