Uses of Class
io.trino.transaction.ForTransactionManager
-
Packages that use ForTransactionManager Package Description io.trino.server -
-
Uses of ForTransactionManager in io.trino.server
Methods in io.trino.server with annotations of type ForTransactionManager Modifier and Type Method Description static ExecutorServiceCoordinatorModule. createTransactionFinishingExecutor()static ScheduledExecutorServiceCoordinatorModule. createTransactionIdleCheckExecutor()Method parameters in io.trino.server with annotations of type ForTransactionManager Modifier and Type Method Description static TransactionManagerCoordinatorModule. createTransactionManager(TransactionManagerConfig config, CatalogManager catalogManager, VersionEmbedder versionEmbedder, ScheduledExecutorService idleCheckExecutor, ExecutorService finishingExecutor)static TransactionManagerCoordinatorModule. createTransactionManager(TransactionManagerConfig config, CatalogManager catalogManager, VersionEmbedder versionEmbedder, ScheduledExecutorService idleCheckExecutor, ExecutorService finishingExecutor)Constructor parameters in io.trino.server with annotations of type ForTransactionManager 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)
-