Package com.couchbase.client.core
Class CoreKeyspace
- java.lang.Object
-
- com.couchbase.client.core.CoreKeyspace
-
-
Constructor Summary
Constructors Constructor Description CoreKeyspace(String bucket, String scope, String collection)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()Stringcollection()booleanequals(Object o)static CoreKeyspacefrom(CollectionIdentifier id)inthashCode()booleanisDefaultCollection()Stringscope()CollectionIdentifiertoCollectionIdentifier()StringtoString()
-
-
-
Method Detail
-
bucket
public String bucket()
-
scope
public String scope()
-
collection
public String collection()
-
isDefaultCollection
public boolean isDefaultCollection()
-
from
public static CoreKeyspace from(CollectionIdentifier id)
-
toCollectionIdentifier
public CollectionIdentifier toCollectionIdentifier()
-
-