Uses of Class
org.apache.drill.exec.resourcemgr.config.selectors.AbstractResourcePoolSelector
Packages that use AbstractResourcePoolSelector
Package
Description
Defines all the Selectors which can be assigned to a ResourcePool in the ResourceManagement configuration.
-
Uses of AbstractResourcePoolSelector in org.apache.drill.exec.resourcemgr.config.selectors
Modifier and TypeClassDescriptionclassEvaluates 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.