Uses of Interface
io.prestosql.execution.QueryManager
-
Packages that use QueryManager Package Description io.prestosql.dispatcher io.prestosql.execution io.prestosql.server io.prestosql.server.protocol io.prestosql.server.testing -
-
Uses of QueryManager in io.prestosql.dispatcher
Constructors in io.prestosql.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.prestosql.execution
Classes in io.prestosql.execution that implement QueryManager Modifier and Type Class Description classSqlQueryManager -
Uses of QueryManager in io.prestosql.server
Methods in io.prestosql.server with parameters of type QueryManager Modifier and Type Method Description static QueryPerformanceFetcherCoordinatorModule. createQueryPerformanceFetcher(QueryManager queryManager) -
Uses of QueryManager in io.prestosql.server.protocol
Constructors in io.prestosql.server.protocol with parameters of type QueryManager Constructor Description ExecutingStatementResource(QueryManager queryManager, ExchangeClientSupplier exchangeClientSupplier, BlockEncodingSerde blockEncodingSerde, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, ServerConfig serverConfig) -
Uses of QueryManager in io.prestosql.server.testing
Methods in io.prestosql.server.testing that return QueryManager Modifier and Type Method Description QueryManagerTestingPrestoServer. getQueryManager()
-