| Package | Description |
|---|---|
| io.prestosql.server |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
CoordinatorModule.createTransactionFinishingExecutor() |
static ScheduledExecutorService |
CoordinatorModule.createTransactionIdleCheckExecutor() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionManager |
CoordinatorModule.createTransactionManager(TransactionManagerConfig config,
CatalogManager catalogManager,
ScheduledExecutorService idleCheckExecutor,
ExecutorService finishingExecutor) |
static TransactionManager |
CoordinatorModule.createTransactionManager(TransactionManagerConfig config,
CatalogManager catalogManager,
ScheduledExecutorService idleCheckExecutor,
ExecutorService finishingExecutor) |
| 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) |
Copyright © 2012–2019. All rights reserved.