Uses of Annotation Type
io.trino.transaction.ForTransactionManager
Packages that use ForTransactionManager
-
Uses of ForTransactionManager in io.trino.server
Methods in io.trino.server with annotations of type ForTransactionManagerModifier and TypeMethodDescriptionstatic ExecutorServiceCoordinatorModule.createTransactionFinishingExecutor()static ScheduledExecutorServiceCoordinatorModule.createTransactionIdleCheckExecutor()Method parameters in io.trino.server with annotations of type ForTransactionManagerModifier and TypeMethodDescriptionstatic 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 ForTransactionManagerModifierConstructorDescriptionExecutorCleanup(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)