| Package | Description |
|---|---|
| io.prestosql.server | |
| io.prestosql.server.protocol |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
CoordinatorModule.createStatementResponseCoreExecutor() |
static io.airlift.concurrent.BoundedExecutor |
CoordinatorModule.createStatementResponseExecutor(ExecutorService coreExecutor,
TaskManagerConfig config) |
static ScheduledExecutorService |
CoordinatorModule.createStatementTimeoutExecutor(TaskManagerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static io.airlift.concurrent.BoundedExecutor |
CoordinatorModule.createStatementResponseExecutor(ExecutorService coreExecutor,
TaskManagerConfig config) |
| Constructor and 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) |
| Constructor and Description |
|---|
ExecutingStatementResource(QueryManager queryManager,
ExchangeClientSupplier exchangeClientSupplier,
BlockEncodingSerde blockEncodingSerde,
io.airlift.concurrent.BoundedExecutor responseExecutor,
ScheduledExecutorService timeoutExecutor) |
ExecutingStatementResource(QueryManager queryManager,
ExchangeClientSupplier exchangeClientSupplier,
BlockEncodingSerde blockEncodingSerde,
io.airlift.concurrent.BoundedExecutor responseExecutor,
ScheduledExecutorService timeoutExecutor) |
Copyright © 2012–2019. All rights reserved.