Uses of Class
io.trino.spi.resourcegroups.SelectionContext
Packages that use SelectionContext
-
Uses of SelectionContext in io.trino.spi.resourcegroups
Methods in io.trino.spi.resourcegroups that return SelectionContextModifier and TypeMethodDescriptionResourceGroupConfigurationManager.parentGroupContext(SelectionContext<C> context) This method is called when parent group of the one specified byResourceGroupConfigurationManager.match(SelectionCriteria)'sgetResourceGroupId()does not exist yet.Methods in io.trino.spi.resourcegroups that return types with arguments of type SelectionContextModifier and TypeMethodDescriptionResourceGroupConfigurationManager.match(SelectionCriteria criteria) This method is called for every query that is submitted, so it should be fast.Methods in io.trino.spi.resourcegroups with parameters of type SelectionContextModifier and TypeMethodDescriptionvoidResourceGroupConfigurationManager.configure(ResourceGroup group, SelectionContext<C> criteria) Implementations may retain a reference to the group, and re-configure it asynchronously.ResourceGroupConfigurationManager.parentGroupContext(SelectionContext<C> context) This method is called when parent group of the one specified byResourceGroupConfigurationManager.match(SelectionCriteria)'sgetResourceGroupId()does not exist yet.