Package io.trino.plugin.resourcegroups
Class StaticSelector
java.lang.Object
io.trino.plugin.resourcegroups.StaticSelector
- All Implemented Interfaces:
ResourceGroupSelector
-
Constructor Summary
ConstructorsConstructorDescriptionStaticSelector(Optional<Pattern> userRegex, Optional<Pattern> userGroupRegex, Optional<Pattern> sourceRegex, Optional<List<String>> clientTags, Optional<SelectorResourceEstimate> selectorResourceEstimate, Optional<String> queryType, ResourceGroupIdTemplate group) -
Method Summary
-
Constructor Details
-
StaticSelector
-
-
Method Details
-
match
- Specified by:
matchin interfaceResourceGroupSelector
-
getUserRegex
-