Uses of Annotation Type
io.trino.server.ForStatementResource
Packages that use ForStatementResource
-
Uses of ForStatementResource in io.trino.server
Methods in io.trino.server with annotations of type ForStatementResourceModifier and TypeMethodDescriptionstatic 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 ForStatementResourceModifier and TypeMethodDescriptionstatic io.airlift.concurrent.BoundedExecutorCoordinatorModule.createStatementResponseExecutor(ExecutorService coreExecutor, TaskManagerConfig config) Constructor parameters in io.trino.server with annotations of type ForStatementResourceModifierConstructorDescriptionExecutorCleanup(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 ForStatementResourceModifierConstructorDescriptionExecutingStatementResource(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)