Uses of Class
com.couchbase.client.java.transactions.config.TransactionsCleanupConfig.Builder
Packages that use TransactionsCleanupConfig.Builder
-
Uses of TransactionsCleanupConfig.Builder in com.couchbase.client.java.transactions.config
Methods in com.couchbase.client.java.transactions.config that return TransactionsCleanupConfig.BuilderModifier and TypeMethodDescriptionTransactionsCleanupConfig.addCollection
(TransactionKeyspace collection) Adds a collection to the set of metadata collections that will be cleaned up automatically.TransactionsCleanupConfig.Builder.addCollection
(TransactionKeyspace collection) Adds a collection to the set of metadata collections that will be cleaned up automatically.TransactionsCleanupConfig.addCollections
(Collection<TransactionKeyspace> collections) Adds collections to the set of metadata collections that will be cleaned up automatically.TransactionsCleanupConfig.Builder.addCollections
(Collection<TransactionKeyspace> collections) Adds collections to the set of metadata collections that will be cleaned up automatically.TransactionsCleanupConfig.builder()
TransactionsCleanupConfig.Builder.cleanupClientAttempts
(boolean cleanupClientAttempts) Controls where a background thread is created to cleanup any transaction attempts made by this client.TransactionsCleanupConfig.cleanupClientAttempts
(boolean cleanupClientAttempts) Controls where a background thread is created to cleanup any transaction attempts made by this client.TransactionsCleanupConfig.Builder.cleanupLostAttempts
(boolean cleanupLostAttempts) Controls where a background process is created to cleanup any 'lost' transaction attempts: that is, those for which the regular cleanup process has failed.TransactionsCleanupConfig.cleanupLostAttempts
(boolean cleanupLostAttempts) Controls where a background process is created to cleanup any 'lost' transaction attempts: that is, those for which the regular cleanup process has failed.TransactionsCleanupConfig.Builder.cleanupWindow
(Duration cleanupWindow) Part of the lost attempts background cleanup process.TransactionsCleanupConfig.cleanupWindow
(Duration cleanupWindow) Part of the lost attempts background cleanup process.Methods in com.couchbase.client.java.transactions.config with parameters of type TransactionsCleanupConfig.BuilderModifier and TypeMethodDescriptionTransactionsConfig.Builder.cleanupConfig
(TransactionsCleanupConfig.Builder config) Configures transaction cleanup.static TransactionsConfig.Builder
TransactionsConfig.cleanupConfig
(TransactionsCleanupConfig.Builder config) Configures transaction cleanup.