| Modifier and Type | Method and Description |
|---|---|
SchedulerApplicationAttempt |
SchedulerApplication.getCurrentAppAttempt() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SchedulerAppUtils.isBlacklisted(SchedulerApplicationAttempt application,
SchedulerNode node,
org.apache.commons.logging.Log LOG) |
void |
SchedulerApplication.setCurrentAppAttempt(SchedulerApplicationAttempt currentAttempt) |
void |
SchedulerApplicationAttempt.transferStateFromPreviousAttempt(SchedulerApplicationAttempt appAttempt) |
| Constructor and Description |
|---|
SchedulerAppReport(SchedulerApplicationAttempt app) |
| Modifier and Type | Class and Description |
|---|---|
class |
FiCaSchedulerApp
Represents an application attempt from the viewpoint of the FIFO or Capacity
scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FiCaSchedulerNode.reserveResource(SchedulerApplicationAttempt application,
org.apache.hadoop.yarn.api.records.Priority priority,
RMContainer reservedContainer) |
void |
FiCaSchedulerNode.unreserveResource(SchedulerApplicationAttempt application) |
| Modifier and Type | Class and Description |
|---|---|
class |
FSSchedulerApp
Represents an application attempt from the viewpoint of the Fair Scheduler.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.