Uses of Interface
io.trino.execution.QueryManager
-
Packages that use QueryManager Package Description io.trino.dispatcher io.trino.execution io.trino.server io.trino.server.protocol io.trino.server.testing -
-
Uses of QueryManager in io.trino.dispatcher
Constructors in io.trino.dispatcher with parameters of type QueryManager Constructor Description LocalDispatchQueryFactory(QueryManager queryManager, TransactionManager transactionManager, AccessControl accessControl, Metadata metadata, QueryMonitor queryMonitor, LocationFactory locationFactory, Map<Class<? extends Statement>,QueryExecution.QueryExecutionFactory<?>> executionFactories, WarningCollectorFactory warningCollectorFactory, ClusterSizeMonitor clusterSizeMonitor, DispatchExecutor dispatchExecutor) -
Uses of QueryManager in io.trino.execution
Classes in io.trino.execution that implement QueryManager Modifier and Type Class Description classSqlQueryManager -
Uses of QueryManager in io.trino.server
Methods in io.trino.server with parameters of type QueryManager Modifier and Type Method Description static QueryPerformanceFetcherCoordinatorModule. createQueryPerformanceFetcher(QueryManager queryManager) -
Uses of QueryManager in io.trino.server.protocol
Constructors in io.trino.server.protocol with parameters of type QueryManager Constructor Description ExecutingStatementResource(QueryManager queryManager, ExchangeClientSupplier exchangeClientSupplier, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, ServerConfig serverConfig) -
Uses of QueryManager in io.trino.server.testing
Methods in io.trino.server.testing that return QueryManager Modifier and Type Method Description QueryManagerTestingTrinoServer. getQueryManager()
-