Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.PartitionQueueCapacitiesInfo
Packages that use PartitionQueueCapacitiesInfo
Package
Description
This package contains the web data access objects (DAO) for the RM.
-
Uses of PartitionQueueCapacitiesInfo in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Fields in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with type parameters of type PartitionQueueCapacitiesInfoModifier and TypeFieldDescriptionprotected List<PartitionQueueCapacitiesInfo>QueueCapacitiesInfo.queueCapacitiesByPartitionMethods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao that return PartitionQueueCapacitiesInfoModifier and TypeMethodDescriptionQueueCapacitiesInfo.getPartitionQueueCapacitiesInfo(String partitionName) Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao that return types with arguments of type PartitionQueueCapacitiesInfoMethods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type PartitionQueueCapacitiesInfoModifier and TypeMethodDescriptionvoidQueueCapacitiesInfo.add(PartitionQueueCapacitiesInfo partitionQueueCapacitiesInfo) Method parameters in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with type arguments of type PartitionQueueCapacitiesInfoModifier and TypeMethodDescriptionvoidQueueCapacitiesInfo.setQueueCapacitiesByPartition(List<PartitionQueueCapacitiesInfo> capacities)