Uses of Interface
org.apache.drill.exec.resourcemgr.config.ResourcePool
Packages that use ResourcePool
Package
Description
This package contains the configuration components of ResourceManagement feature in Drill.
Defines all the selection policy implementation which can be configured with Resource Management.
-
Uses of ResourcePool in org.apache.drill.exec.resourcemgr.config
Classes in org.apache.drill.exec.resourcemgr.config that implement ResourcePoolModifier and TypeClassDescriptionclass
Parses and initializes all the provided configuration for a ResourcePool defined in RM configuration.Methods in org.apache.drill.exec.resourcemgr.config that return ResourcePoolModifier and TypeMethodDescriptionResourcePool.getParentPool()
ResourcePoolImpl.getParentPool()
ResourcePoolTree.getRootPool()
ResourcePoolTreeImpl.getRootPool()
Methods in org.apache.drill.exec.resourcemgr.config that return types with arguments of type ResourcePoolModifier and TypeMethodDescriptionResourcePool.getChildPools()
ResourcePoolImpl.getChildPools()
QueueAssignmentResult.getRejectedPools()
QueueAssignmentResult.getSelectedLeafPools()
Methods in org.apache.drill.exec.resourcemgr.config with parameters of type ResourcePoolModifier and TypeMethodDescriptionvoid
QueueAssignmentResult.addRejectedPool
(ResourcePool pool) void
QueueAssignmentResult.addSelectedPool
(ResourcePool pool) -
Uses of ResourcePool in org.apache.drill.exec.resourcemgr.config.selectionpolicy
Methods in org.apache.drill.exec.resourcemgr.config.selectionpolicy that return ResourcePoolModifier and TypeMethodDescriptionabstract ResourcePool
AbstractQueueSelectionPolicy.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) BestFitQueueSelection.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) DefaultQueueSelection.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) QueueSelectionPolicy.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) RandomQueueSelection.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) Method parameters in org.apache.drill.exec.resourcemgr.config.selectionpolicy with type arguments of type ResourcePoolModifier and TypeMethodDescriptionabstract ResourcePool
AbstractQueueSelectionPolicy.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) BestFitQueueSelection.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) DefaultQueueSelection.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) QueueSelectionPolicy.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode) RandomQueueSelection.selectQueue
(List<ResourcePool> allPools, QueryContext queryContext, NodeResources maxResourcePerNode)