Class PreemptableQueue
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.preemption.PreemptableQueue
-
Constructor Summary
ConstructorsConstructorDescriptionPreemptableQueue(Map<String, org.apache.hadoop.yarn.api.records.Resource> totalKillableResources, Map<String, Map<org.apache.hadoop.yarn.api.records.ContainerId, RMContainer>> killableContainers) PreemptableQueue(PreemptableQueue parent) -
Method Summary
Modifier and TypeMethodDescriptionMap<String,Map<org.apache.hadoop.yarn.api.records.ContainerId, RMContainer>> org.apache.hadoop.yarn.api.records.ResourcegetKillableResource(String partition)
-
Constructor Details
-
PreemptableQueue
-
PreemptableQueue
-
-
Method Details
-
getKillableResource
-
getKillableContainers
public Map<String,Map<org.apache.hadoop.yarn.api.records.ContainerId, getKillableContainers()RMContainer>>
-