Uses of Class
com.couchbase.client.java.Collection
-
Packages that use Collection Package Description com.couchbase.client.java -
-
Uses of Collection in com.couchbase.client.java
Methods in com.couchbase.client.java that return Collection Modifier and Type Method Description Collection
Bucket. collection(String name)
Opens the collection with the given name for thisBucket
.Collection
Scope. collection(String name)
Opens a collection for this scope with an explicit name.Collection
Bucket. defaultCollection()
Opens the default collection for thisBucket
.Collection
Scope. defaultCollection()
Opens the default collection for this scope.
-