Uses of Interface
io.prestosql.execution.resourcegroups.ResourceGroupManager
-
Packages that use ResourceGroupManager Package Description io.prestosql.dispatcher io.prestosql.execution.resourcegroups io.prestosql.server -
-
Uses of ResourceGroupManager in io.prestosql.dispatcher
Constructors in io.prestosql.dispatcher with parameters of type ResourceGroupManager Constructor Description DispatchManager(QueryIdGenerator queryIdGenerator, QueryPreparer queryPreparer, ResourceGroupManager<?> resourceGroupManager, DispatchQueryFactory dispatchQueryFactory, FailedDispatchQueryFactory failedDispatchQueryFactory, TransactionManager transactionManager, AccessControl accessControl, SessionSupplier sessionSupplier, SessionPropertyDefaults sessionPropertyDefaults, QueryManagerConfig queryManagerConfig, DispatchExecutor dispatchExecutor) -
Uses of ResourceGroupManager in io.prestosql.execution.resourcegroups
Classes in io.prestosql.execution.resourcegroups that implement ResourceGroupManager Modifier and Type Class Description classInternalResourceGroupManager<C>classNoOpResourceGroupManagerUsed on workers. -
Uses of ResourceGroupManager in io.prestosql.server
Methods in io.prestosql.server that return ResourceGroupManager Modifier and Type Method Description static ResourceGroupManager<?>CoordinatorModule. getResourceGroupManager(ResourceGroupManager manager)static ResourceGroupManager<?>WorkerModule. getResourceGroupManager(ResourceGroupManager manager)Methods in io.prestosql.server with parameters of type ResourceGroupManager Modifier and Type Method Description static ResourceGroupManager<?>CoordinatorModule. getResourceGroupManager(ResourceGroupManager manager)static ResourceGroupManager<?>WorkerModule. getResourceGroupManager(ResourceGroupManager manager)Constructors in io.prestosql.server with parameters of type ResourceGroupManager Constructor Description PluginManager(io.airlift.node.NodeInfo nodeInfo, PluginManagerConfig config, ConnectorManager connectorManager, MetadataManager metadataManager, ResourceGroupManager<?> resourceGroupManager, AccessControlManager accessControlManager, PasswordAuthenticatorManager passwordAuthenticatorManager, CertificateAuthenticatorManager certificateAuthenticatorManager, EventListenerManager eventListenerManager, GroupProviderManager groupProviderManager, SessionPropertyDefaults sessionPropertyDefaults)QueryStateInfoResource(DispatchManager dispatchManager, ResourceGroupManager<?> resourceGroupManager, AccessControl accessControl, GroupProvider groupProvider)ResourceGroupStateInfoResource(ResourceGroupManager<?> resourceGroupManager)
-