Uses of Class
io.trino.execution.QueryIdGenerator
-
Packages that use QueryIdGenerator Package Description io.trino.dispatcher io.trino.memory -
-
Uses of QueryIdGenerator in io.trino.dispatcher
Constructors in io.trino.dispatcher with parameters of type QueryIdGenerator Constructor Description DispatchManager(QueryIdGenerator queryIdGenerator, QueryPreparer queryPreparer, ResourceGroupManager<?> resourceGroupManager, DispatchQueryFactory dispatchQueryFactory, FailedDispatchQueryFactory failedDispatchQueryFactory, TransactionManager transactionManager, AccessControl accessControl, SessionSupplier sessionSupplier, SessionPropertyDefaults sessionPropertyDefaults, SessionPropertyManager sessionPropertyManager, QueryManagerConfig queryManagerConfig, DispatchExecutor dispatchExecutor) -
Uses of QueryIdGenerator in io.trino.memory
Constructors in io.trino.memory with parameters of type QueryIdGenerator Constructor Description ClusterMemoryManager(io.airlift.http.client.HttpClient httpClient, InternalNodeManager nodeManager, LocationFactory locationFactory, org.weakref.jmx.MBeanExporter exporter, io.airlift.json.JsonCodec<MemoryInfo> memoryInfoCodec, io.airlift.json.JsonCodec<MemoryPoolAssignmentsRequest> assignmentsRequestJsonCodec, QueryIdGenerator queryIdGenerator, LowMemoryKiller lowMemoryKiller, ServerConfig serverConfig, MemoryManagerConfig config, NodeMemoryConfig nodeMemoryConfig, NodeSchedulerConfig schedulerConfig)
-