public interface CapacitySchedulerContext
CapacityScheduler context.| Modifier and Type | Method and Description |
|---|---|
Comparator<FiCaSchedulerApp> |
getApplicationComparator() |
org.apache.hadoop.yarn.api.records.Resource |
getClusterResources() |
org.apache.hadoop.conf.Configuration |
getConf()
Get the yarn configuration.
|
CapacitySchedulerConfiguration |
getConfiguration() |
RMContainerTokenSecretManager |
getContainerTokenSecretManager() |
org.apache.hadoop.yarn.api.records.Resource |
getMaximumResourceCapability() |
org.apache.hadoop.yarn.api.records.Resource |
getMinimumResourceCapability() |
int |
getNumClusterNodes() |
Comparator<CSQueue> |
getQueueComparator() |
org.apache.hadoop.yarn.util.resource.ResourceCalculator |
getResourceCalculator() |
RMContext |
getRMContext() |
CapacitySchedulerConfiguration getConfiguration()
org.apache.hadoop.yarn.api.records.Resource getMinimumResourceCapability()
org.apache.hadoop.yarn.api.records.Resource getMaximumResourceCapability()
RMContainerTokenSecretManager getContainerTokenSecretManager()
int getNumClusterNodes()
RMContext getRMContext()
org.apache.hadoop.yarn.api.records.Resource getClusterResources()
org.apache.hadoop.conf.Configuration getConf()
Comparator<FiCaSchedulerApp> getApplicationComparator()
org.apache.hadoop.yarn.util.resource.ResourceCalculator getResourceCalculator()
Comparator<CSQueue> getQueueComparator()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.