Uses of Class
io.trino.server.ForStatementResource
-
Packages that use ForStatementResource Package Description io.trino.server io.trino.server.protocol -
-
Uses of ForStatementResource in io.trino.server
Methods in io.trino.server with annotations of type ForStatementResource Modifier and Type Method Description static ExecutorServiceCoordinatorModule. createStatementResponseCoreExecutor()static io.airlift.concurrent.BoundedExecutorCoordinatorModule. createStatementResponseExecutor(ExecutorService coreExecutor, TaskManagerConfig config)static ScheduledExecutorServiceCoordinatorModule. createStatementTimeoutExecutor(TaskManagerConfig config)Method parameters in io.trino.server with annotations of type ForStatementResource Modifier and Type Method Description static io.airlift.concurrent.BoundedExecutorCoordinatorModule. createStatementResponseExecutor(ExecutorService coreExecutor, TaskManagerConfig config)Constructor parameters in io.trino.server with annotations of type ForStatementResource Constructor Description ExecutorCleanup(ExecutorService statementResponseExecutor, ScheduledExecutorService statementTimeoutExecutor, ExecutorService queryExecutionExecutor, ScheduledExecutorService schedulerExecutor, ExecutorService transactionFinishingExecutor, ScheduledExecutorService transactionIdleExecutor)ExecutorCleanup(ExecutorService statementResponseExecutor, ScheduledExecutorService statementTimeoutExecutor, ExecutorService queryExecutionExecutor, ScheduledExecutorService schedulerExecutor, ExecutorService transactionFinishingExecutor, ScheduledExecutorService transactionIdleExecutor)StatementHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor)StatementHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor) -
Uses of ForStatementResource in io.trino.server.protocol
Constructor parameters in io.trino.server.protocol with annotations of type ForStatementResource Constructor Description ExecutingStatementResource(QueryManager queryManager, ExchangeClientSupplier exchangeClientSupplier, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, ServerConfig serverConfig)ExecutingStatementResource(QueryManager queryManager, ExchangeClientSupplier exchangeClientSupplier, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, ServerConfig serverConfig)
-