Uses of Class
com.couchbase.client.java.transactions.TransactionKeyspace
-
Packages that use TransactionKeyspace Package Description com.couchbase.client.java.transactions com.couchbase.client.java.transactions.config -
-
Uses of TransactionKeyspace in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions that return TransactionKeyspace Modifier and Type Method Description static TransactionKeyspace
TransactionKeyspace. create(String bucket)
Creates a keyspace with a bucket name and default scope and default collection.static TransactionKeyspace
TransactionKeyspace. create(String bucket, String collection)
Creates a keyspace with a bucket name, collection name and default scope.static TransactionKeyspace
TransactionKeyspace. create(String bucket, String scope, String collection)
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 TransactionKeyspace Modifier and Type Method Description static TransactionsCleanupConfig.Builder
TransactionsCleanupConfig. addCollection(TransactionKeyspace collection)
Adds a collection to the set of metadata collections that will be cleaned up automatically.TransactionsCleanupConfig.Builder
TransactionsCleanupConfig.Builder. addCollection(TransactionKeyspace collection)
Adds a collection to the set of metadata collections that will be cleaned up automatically.TransactionsConfig.Builder
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 TransactionKeyspace Modifier and Type Method Description TransactionsCleanupConfig.Builder
TransactionsCleanupConfig. addCollections(Collection<TransactionKeyspace> collections)
Adds collections to the set of metadata collections that will be cleaned up automatically.TransactionsCleanupConfig.Builder
TransactionsCleanupConfig.Builder. addCollections(Collection<TransactionKeyspace> collections)
Adds collections to the set of metadata collections that will be cleaned up automatically.
-