| Package | Description |
|---|---|
| com.facebook.presto.spi.eventlistener | |
| com.facebook.presto.spi.resourceGroups | |
| com.facebook.presto.spi.session |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResourceGroupId> |
QueryContext.getResourceGroupId() |
| Constructor and Description |
|---|
QueryContext(String user,
Optional<String> principal,
Optional<String> remoteClientAddress,
Optional<String> userAgent,
Optional<String> clientInfo,
Set<String> clientTags,
Optional<String> source,
Optional<String> catalog,
Optional<String> schema,
Optional<ResourceGroupId> resourceGroupId,
Map<String,String> sessionProperties,
ResourceEstimates resourceEstimates,
String serverAddress,
String serverVersion,
String environment) |
| Modifier and Type | Method and Description |
|---|---|
ResourceGroupId |
ResourceGroup.getId() |
ResourceGroupId |
SelectionContext.getResourceGroupId() |
ResourceGroupId |
ResourceGroupId.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResourceGroupId> |
ResourceGroupId.getParent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceGroupId.isAncestorOf(ResourceGroupId descendant) |
| Constructor and Description |
|---|
ResourceGroupId(ResourceGroupId parent,
String name) |
SelectionContext(ResourceGroupId resourceGroupId,
T context) |
SelectionContext(ResourceGroupId resourceGroupId,
T context,
OptionalInt firstDynamicSegmentPosition) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResourceGroupId> |
SessionConfigurationContext.getResourceGroupId() |
| Constructor and Description |
|---|
SessionConfigurationContext(String user,
Optional<String> source,
Set<String> clientTags,
Optional<String> queryType,
Optional<ResourceGroupId> resourceGroupId,
Optional<String> clientInfo) |
Copyright © 2012–2022. All rights reserved.