Uses of Class
io.trino.execution.resourcegroups.InternalResourceGroup
-
Packages that use InternalResourceGroup Package Description io.trino.execution.resourcegroups -
-
Uses of InternalResourceGroup in io.trino.execution.resourcegroups
Methods in io.trino.execution.resourcegroups that return InternalResourceGroup Modifier and Type Method Description InternalResourceGroupInternalResourceGroup. getOrCreateSubGroup(String name)Methods in io.trino.execution.resourcegroups that return types with arguments of type InternalResourceGroup Modifier and Type Method Description Collection<InternalResourceGroup>InternalResourceGroup. subGroups()Constructor parameters in io.trino.execution.resourcegroups with type arguments of type InternalResourceGroup Constructor Description InternalResourceGroup(String name, BiConsumer<InternalResourceGroup,Boolean> jmxExportListener, Executor executor)InternalResourceGroup(Optional<InternalResourceGroup> parent, String name, BiConsumer<InternalResourceGroup,Boolean> jmxExportListener, Executor executor)InternalResourceGroup(Optional<InternalResourceGroup> parent, String name, BiConsumer<InternalResourceGroup,Boolean> jmxExportListener, Executor executor)
-