| Package | Description |
|---|---|
| io.prestosql.execution.resourcegroups |
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalResourceGroup.RootInternalResourceGroup |
| Modifier and Type | Method and Description |
|---|---|
InternalResourceGroup |
InternalResourceGroup.getOrCreateSubGroup(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InternalResourceGroup> |
InternalResourceGroup.subGroups() |
| Constructor and Description |
|---|
InternalResourceGroup(Optional<InternalResourceGroup> parent,
String name,
BiConsumer<InternalResourceGroup,Boolean> jmxExportListener,
Executor executor) |
InternalResourceGroup(Optional<InternalResourceGroup> parent,
String name,
BiConsumer<InternalResourceGroup,Boolean> jmxExportListener,
Executor executor) |
RootInternalResourceGroup(String name,
BiConsumer<InternalResourceGroup,Boolean> jmxExportListener,
Executor executor) |
Copyright © 2012–2019. All rights reserved.