Uses of Interface
org.apache.drill.exec.resourcemgr.config.selectors.ResourcePoolSelector
Package
Description
This package contains the configuration components of ResourceManagement feature in Drill.
Defines all the Selectors which can be assigned to a ResourcePool in the ResourceManagement configuration.
-
Uses of ResourcePoolSelector in org.apache.drill.exec.resourcemgr.config
-
Uses of ResourcePoolSelector in org.apache.drill.exec.resourcemgr.config.selectors
Modifier and TypeClassDescriptionclass
class
Evaluates if a query can be admitted to a ResourcePool or not by comparing query user/groups with the configured users/groups policies for this selector.class
Complex selector whose value is list of other Simple or Complex Selectors.class
class
When selector configuration is absent for a ResourcePool then it is associated with a DefaultSelector.class
Simple selector whose value is another Simple or Complex Selectors.class
Complex selector whose value is list of other Simple or Complex Selectors.class
Simple selector whose value is a string representing a tag.Modifier and TypeFieldDescriptionprotected final List<ResourcePoolSelector>
ComplexSelectors.childSelectors
Modifier and TypeMethodDescriptionstatic ResourcePoolSelector
ResourcePoolSelectorFactory.createSelector
(com.typesafe.config.Config selectorConfig) NotEqualSelector.getPoolSelector()