| Modifier and Type | Method and Description |
|---|---|
FiCaSchedulerApp |
TempAppPerPartition.getFiCaSchedulerApp() |
| Modifier and Type | Method and Description |
|---|---|
FiCaSchedulerApp |
CSAssignment.getApplication() |
FiCaSchedulerApp |
CapacitySchedulerContext.getApplicationAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId) |
FiCaSchedulerApp |
CapacityScheduler.getApplicationAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FiCaSchedulerApp> |
LeafQueue.getAllApplications()
Obtain (read-only) collection of all applications.
|
Collection<FiCaSchedulerApp> |
LeafQueue.getApplications()
Obtain (read-only) collection of active applications.
|
OrderingPolicy<FiCaSchedulerApp> |
LeafQueue.getOrderingPolicy() |
Collection<FiCaSchedulerApp> |
LeafQueue.getPendingApplications()
Obtain (read-only) collection of pending applications.
|
OrderingPolicy<FiCaSchedulerApp> |
LeafQueue.getPendingAppsOrderingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentQueue.attachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer rmContainer) |
void |
LeafQueue.attachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer rmContainer) |
void |
CSQueue.attachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer container)
Attach a container to this queue
|
protected boolean |
LeafQueue.canAssignToUser(org.apache.hadoop.yarn.api.records.Resource clusterResource,
String userName,
org.apache.hadoop.yarn.api.records.Resource limit,
FiCaSchedulerApp application,
String nodePartition,
ResourceLimits currentResourceLimits) |
void |
ParentQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue completedChildQueue,
boolean sortQueues) |
void |
LeafQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue childQueue,
boolean sortQueues) |
void |
CSQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer container,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue childQueue,
boolean sortQueues)
A container assigned to the queue has completed.
|
void |
ParentQueue.decreaseContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
SchedContainerChangeRequest decreaseRequest,
FiCaSchedulerApp app) |
void |
LeafQueue.decreaseContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
SchedContainerChangeRequest decreaseRequest,
FiCaSchedulerApp app) |
void |
CSQueue.decreaseContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
SchedContainerChangeRequest decreaseRequest,
FiCaSchedulerApp app)
Decrease container resource in the queue
|
void |
ParentQueue.detachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer rmContainer) |
void |
LeafQueue.detachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer rmContainer) |
void |
CSQueue.detachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer container)
Detach a container from this queue
|
void |
ParentQueue.finishApplicationAttempt(FiCaSchedulerApp application,
String queue) |
void |
LeafQueue.finishApplicationAttempt(FiCaSchedulerApp application,
String queue) |
void |
CSQueue.finishApplicationAttempt(FiCaSchedulerApp application,
String queue)
An application attempt submitted to this queue has finished.
|
protected org.apache.hadoop.yarn.api.records.Resource |
LeafQueue.getHeadroom(LeafQueue.User user,
org.apache.hadoop.yarn.api.records.Resource queueCurrentLimit,
org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application) |
protected org.apache.hadoop.yarn.api.records.Resource |
LeafQueue.getHeadroom(LeafQueue.User user,
org.apache.hadoop.yarn.api.records.Resource queueCurrentLimit,
org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
String partition) |
void |
LeafQueue.removeApplicationAttempt(FiCaSchedulerApp application,
LeafQueue.User user) |
void |
CSAssignment.setApplication(FiCaSchedulerApp application) |
void |
ParentQueue.submitApplicationAttempt(FiCaSchedulerApp application,
String userName) |
void |
LeafQueue.submitApplicationAttempt(FiCaSchedulerApp application,
String userName) |
void |
CSQueue.submitApplicationAttempt(FiCaSchedulerApp application,
String userName)
Submit an application attempt to the queue.
|
void |
ParentQueue.unreserveIncreasedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp app,
FiCaSchedulerNode node,
RMContainer rmContainer) |
void |
LeafQueue.unreserveIncreasedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp app,
FiCaSchedulerNode node,
RMContainer rmContainer) |
void |
CSQueue.unreserveIncreasedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp app,
FiCaSchedulerNode node,
RMContainer rmContainer)
We have a reserved increased container in the queue, we need to unreserve
it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LeafQueue.setOrderingPolicy(OrderingPolicy<FiCaSchedulerApp> orderingPolicy) |
| Constructor and Description |
|---|
CapacityHeadroomProvider(LeafQueue.User user,
LeafQueue queue,
FiCaSchedulerApp application,
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.QueueResourceLimitsInfo queueResourceLimitsInfo) |
CSAssignment(FiCaSchedulerApp application,
RMContainer excessReservation) |
CSAssignment(org.apache.hadoop.yarn.api.records.Resource resource,
NodeType type,
RMContainer excessReservation,
FiCaSchedulerApp application,
CSAssignment.SkippedType skipped,
boolean fulfilledReservation) |
| Constructor and Description |
|---|
AbstractContainerAllocator(FiCaSchedulerApp application,
org.apache.hadoop.yarn.util.resource.ResourceCalculator rc,
RMContext rmContext) |
ContainerAllocator(FiCaSchedulerApp application,
org.apache.hadoop.yarn.util.resource.ResourceCalculator rc,
RMContext rmContext) |
IncreaseContainerAllocator(FiCaSchedulerApp application,
org.apache.hadoop.yarn.util.resource.ResourceCalculator rc,
RMContext rmContext) |
RegularContainerAllocator(FiCaSchedulerApp application,
org.apache.hadoop.yarn.util.resource.ResourceCalculator rc,
RMContext rmContext) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.