Uses of Annotation Interface
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) ExecutorCleanup(ExecutorService statementResponseExecutor, ScheduledExecutorService statementTimeoutExecutor, ExecutorService queryExecutionExecutor, ScheduledExecutorService schedulerExecutor) 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, DirectExchangeClientSupplier directExchangeClientSupplier, ExchangeManagerRegistry exchangeManagerRegistry, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, PreparedStatementEncoder preparedStatementEncoder, ServerConfig serverConfig) ExecutingStatementResource(QueryManager queryManager, DirectExchangeClientSupplier directExchangeClientSupplier, ExchangeManagerRegistry exchangeManagerRegistry, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, PreparedStatementEncoder preparedStatementEncoder, ServerConfig serverConfig)