Uses of Class
io.trino.spi.resourcegroups.ResourceGroupId
Packages that use ResourceGroupId
-
Uses of ResourceGroupId in io.trino.spi.eventlistener
Methods in io.trino.spi.eventlistener that return types with arguments of type ResourceGroupId -
Uses of ResourceGroupId in io.trino.spi.resourcegroups
Methods in io.trino.spi.resourcegroups that return ResourceGroupIdModifier and TypeMethodDescriptionResourceGroup.getId()SelectionContext.getResourceGroupId()ResourceGroupId.getRoot()Methods in io.trino.spi.resourcegroups that return types with arguments of type ResourceGroupIdMethods in io.trino.spi.resourcegroups with parameters of type ResourceGroupIdModifier and TypeMethodDescriptionbooleanResourceGroupId.isAncestorOf(ResourceGroupId descendant) Constructors in io.trino.spi.resourcegroups with parameters of type ResourceGroupIdModifierConstructorDescriptionResourceGroupId(ResourceGroupId parent, String name) SelectionContext(ResourceGroupId resourceGroupId, T context) -
Uses of ResourceGroupId in io.trino.spi.session
Methods in io.trino.spi.session that return ResourceGroupIdConstructors in io.trino.spi.session with parameters of type ResourceGroupIdModifierConstructorDescriptionSessionConfigurationContext(String user, Optional<String> source, Set<String> clientTags, Optional<String> queryType, ResourceGroupId resourceGroupId)