Uses of Interface
org.apache.drill.exec.resourcemgr.config.selectors.ResourcePoolSelector
Packages that use 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
Methods in org.apache.drill.exec.resourcemgr.config that return ResourcePoolSelector -
Uses of ResourcePoolSelector in org.apache.drill.exec.resourcemgr.config.selectors
Classes in org.apache.drill.exec.resourcemgr.config.selectors that implement ResourcePoolSelectorModifier and TypeClassDescriptionclassclassEvaluates 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.classComplex selector whose value is list of other Simple or Complex Selectors.classclassWhen selector configuration is absent for a ResourcePool then it is associated with a DefaultSelector.classSimple selector whose value is another Simple or Complex Selectors.classComplex selector whose value is list of other Simple or Complex Selectors.classSimple selector whose value is a string representing a tag.Fields in org.apache.drill.exec.resourcemgr.config.selectors with type parameters of type ResourcePoolSelectorModifier and TypeFieldDescriptionprotected final List<ResourcePoolSelector> ComplexSelectors.childSelectorsMethods in org.apache.drill.exec.resourcemgr.config.selectors that return ResourcePoolSelectorModifier and TypeMethodDescriptionstatic ResourcePoolSelectorResourcePoolSelectorFactory.createSelector(com.typesafe.config.Config selectorConfig) NotEqualSelector.getPoolSelector()