Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
Modifier and Type | Method and Description |
---|---|
void |
ActiveUsersManager.activateApplication(String user,
ApplicationId applicationId)
An application has new outstanding requests.
|
void |
ActiveUsersManager.deactivateApplication(String user,
ApplicationId applicationId)
An application has no more outstanding requests.
|
int |
ActiveUsersManager.getNumActiveUsers()
Get number of active users i.e.
|
Modifier and Type | Method and Description |
---|---|
Allocation |
CapacityScheduler.allocate(ApplicationAttemptId applicationAttemptId,
List<ResourceRequest> ask,
List<ContainerId> release,
List<String> blacklistAdditions,
List<String> blacklistRemovals) |
QueueInfo |
CapacityScheduler.getQueueInfo(String queueName,
boolean includeChildQueues,
boolean recursive) |
List<QueueUserACLInfo> |
CapacityScheduler.getQueueUserAclInfo() |
void |
CapacityScheduler.recover(RMStateStore.RMState state) |
Copyright © 2013 Apache Software Foundation. All rights reserved.