Uses of Class
com.couchbase.client.java.transactions.TransactionKeyspace
Packages that use TransactionKeyspace
Package
Description
-
Uses of TransactionKeyspace in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions that return TransactionKeyspaceModifier 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
Methods in com.couchbase.client.java.transactions.config with parameters of type TransactionKeyspaceModifier 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.TransactionsConfig.Builder.metadataCollection
(TransactionKeyspace collection) Allows setting a custom collection to use for any transactional metadata documents.static TransactionsConfig.Builder
TransactionsConfig.metadataCollection
(TransactionKeyspace collection) Allows setting a custom collection to use for any transactional metadata documents.Method parameters in com.couchbase.client.java.transactions.config with type arguments of type TransactionKeyspaceModifier and TypeMethodDescriptionTransactionsCleanupConfig.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.