public interface ResourcePoolTree
Modifier and Type | Method and Description |
---|---|
Map<String,QueryQueueConfig> |
getAllLeafQueues() |
double |
getResourceShare() |
ResourcePool |
getRootPool() |
QueueSelectionPolicy |
getSelectionPolicyInUse() |
QueueAssignmentResult |
selectAllQueues(QueryContext queryContext) |
QueryQueueConfig |
selectOneQueue(QueryContext queryContext,
NodeResources queryMaxNodeResource) |
ResourcePool getRootPool()
Map<String,QueryQueueConfig> getAllLeafQueues()
double getResourceShare()
QueueAssignmentResult selectAllQueues(QueryContext queryContext)
QueryQueueConfig selectOneQueue(QueryContext queryContext, NodeResources queryMaxNodeResource) throws QueueSelectionException
QueueSelectionException
QueueSelectionPolicy getSelectionPolicyInUse()
Copyright © 1970 The Apache Software Foundation. All rights reserved.