|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type SchedulerApplicationAttempt | |
|---|---|
static boolean |
SchedulerAppUtils.isBlacklisted(SchedulerApplicationAttempt application,
SchedulerNode node,
org.apache.commons.logging.Log LOG)
|
void |
Queue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
SchedulerApplicationAttempt schedulerAttempt,
RMContainer rmContainer)
Recover the state of the queue for a given container. |
protected void |
AbstractYarnScheduler.releaseContainers(List<org.apache.hadoop.yarn.api.records.ContainerId> containers,
SchedulerApplicationAttempt attempt)
|
abstract void |
SchedulerNode.reserveResource(SchedulerApplicationAttempt attempt,
org.apache.hadoop.yarn.api.records.Priority priority,
RMContainer container)
Reserve container for the attempt on this node. |
void |
SchedulerApplicationAttempt.transferStateFromPreviousAttempt(SchedulerApplicationAttempt appAttempt)
|
abstract void |
SchedulerNode.unreserveResource(SchedulerApplicationAttempt attempt)
Unreserve resources on this node. |
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type SchedulerApplicationAttempt | |
|---|---|
SchedulerAppReport(SchedulerApplicationAttempt app)
|
|
| Uses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type SchedulerApplicationAttempt | |
|---|---|
void |
ParentQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
SchedulerApplicationAttempt attempt,
RMContainer rmContainer)
|
void |
LeafQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
SchedulerApplicationAttempt attempt,
RMContainer rmContainer)
|
| Uses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica |
|---|
| Subclasses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica | |
|---|---|
class |
FiCaSchedulerApp
Represents an application attempt from the viewpoint of the FIFO or Capacity scheduler. |
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica with parameters of type SchedulerApplicationAttempt | |
|---|---|
void |
FiCaSchedulerNode.reserveResource(SchedulerApplicationAttempt application,
org.apache.hadoop.yarn.api.records.Priority priority,
RMContainer container)
|
void |
FiCaSchedulerApp.transferStateFromPreviousAttempt(SchedulerApplicationAttempt appAttempt)
|
void |
FiCaSchedulerNode.unreserveResource(SchedulerApplicationAttempt application)
|
| Uses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
|---|
| Subclasses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair | |
|---|---|
class |
FSAppAttempt
Represents an application attempt from the viewpoint of the Fair Scheduler. |
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type SchedulerApplicationAttempt | |
|---|---|
void |
FSParentQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
SchedulerApplicationAttempt schedulerAttempt,
RMContainer rmContainer)
|
void |
FSLeafQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
SchedulerApplicationAttempt schedulerAttempt,
RMContainer rmContainer)
|
void |
FSSchedulerNode.reserveResource(SchedulerApplicationAttempt application,
org.apache.hadoop.yarn.api.records.Priority priority,
RMContainer container)
|
void |
FSSchedulerNode.unreserveResource(SchedulerApplicationAttempt application)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||