Uses of Class
com.couchbase.client.java.transactions.TransactionKeyspace
Package
Description
-
Uses of TransactionKeyspace in com.couchbase.client.java.transactions
Modifier and TypeMethodDescriptionstatic TransactionKeyspace
Creates a keyspace with a bucket name and default scope and default collection.static TransactionKeyspace
Creates a keyspace with a bucket name, collection name and default scope.static TransactionKeyspace
Creates a keyspace with bucket name, scope name and collection name. -
Uses of TransactionKeyspace in com.couchbase.client.java.transactions.config
Modifier and TypeMethodDescriptionTransactionsCleanupConfig.addCollection
(TransactionKeyspace collection) Deprecated.TransactionsCleanupConfig.Builder.addCollection
(TransactionKeyspace collection) Adds a collection to the set of metadata collections that will be cleaned up automatically.TransactionsConfig.Builder.metadataCollection
(TransactionKeyspace collection) Allows setting a custom collection to use for any transactional metadata documents.static TransactionsConfig.Builder
TransactionsConfig.metadataCollection
(TransactionKeyspace collection) Deprecated.Instead of creating a new builder, please useClusterEnvironment.Builder.transactionsConfig(Consumer)
and configure the builder passed to the consumer.Modifier and TypeMethodDescriptionTransactionsCleanupConfig.addCollections
(Collection<TransactionKeyspace> collections) Deprecated.Instead of creating a new builder, please useTransactionsConfig.Builder.cleanupConfig(Consumer)
and configure the builder passed to the consumer.TransactionsCleanupConfig.Builder.addCollections
(Collection<TransactionKeyspace> collections) Adds collections to the set of metadata collections that will be cleaned up automatically.
TransactionsConfig.Builder.cleanupConfig(Consumer)
and configure the builder passed to the consumer.