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 TransactionKeyspaceTransactionKeyspace. create(String bucket)Creates a keyspace with a bucket name and default scope and default collection.static TransactionKeyspaceTransactionKeyspace. create(String bucket, String collection)Creates a keyspace with a bucket name, collection name and default scope.static TransactionKeyspaceTransactionKeyspace. 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.BuilderTransactionsCleanupConfig. addCollection(TransactionKeyspace collection)Adds a collection to the set of metadata collections that will be cleaned up automatically.TransactionsCleanupConfig.BuilderTransactionsCleanupConfig.Builder. addCollection(TransactionKeyspace collection)Adds a collection to the set of metadata collections that will be cleaned up automatically.TransactionsConfig.BuilderTransactionsConfig.Builder. metadataCollection(TransactionKeyspace collection)Allows setting a custom collection to use for any transactional metadata documents.static TransactionsConfig.BuilderTransactionsConfig. 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.BuilderTransactionsCleanupConfig. addCollections(Collection<TransactionKeyspace> collections)Adds collections to the set of metadata collections that will be cleaned up automatically.TransactionsCleanupConfig.BuilderTransactionsCleanupConfig.Builder. addCollections(Collection<TransactionKeyspace> collections)Adds collections to the set of metadata collections that will be cleaned up automatically.
-