Uses of Annotation Interface
io.trino.transaction.ForTransactionManager
Packages that use ForTransactionManager
-
Uses of ForTransactionManager in io.trino.transaction
Methods in io.trino.transaction with annotations of type ForTransactionManagerModifier and TypeMethodDescriptionstatic ExecutorServiceInMemoryTransactionManagerModule.createTransactionFinishingExecutor()static ScheduledExecutorServiceInMemoryTransactionManagerModule.createTransactionIdleCheckExecutor()Method parameters in io.trino.transaction with annotations of type ForTransactionManagerModifier and TypeMethodDescriptionstatic TransactionManagerInMemoryTransactionManagerModule.createTransactionManager(TransactionManagerConfig config, CatalogManager catalogManager, VersionEmbedder versionEmbedder, ScheduledExecutorService idleCheckExecutor, ExecutorService finishingExecutor) static TransactionManagerInMemoryTransactionManagerModule.createTransactionManager(TransactionManagerConfig config, CatalogManager catalogManager, VersionEmbedder versionEmbedder, ScheduledExecutorService idleCheckExecutor, ExecutorService finishingExecutor) Constructor parameters in io.trino.transaction with annotations of type ForTransactionManagerModifierConstructorDescriptionExecutorCleanup(ExecutorService transactionFinishingExecutor, ScheduledExecutorService transactionIdleExecutor) ExecutorCleanup(ExecutorService transactionFinishingExecutor, ScheduledExecutorService transactionIdleExecutor)