Class CoreTransactionKeyspace

java.lang.Object
com.couchbase.client.core.transaction.CoreTransactionKeyspace

@Internal public class CoreTransactionKeyspace extends Object
A keyspace represents a triple of bucket, scope and collection.
  • Method Details

    • bucket

      public String bucket()
      The name of the bucket.
    • scope

      public String scope()
      The name of the scope.
    • collection

      public String collection()
      The name of the collection.
    • toString

      public String toString()
      Overrides:
      toString in class Object