Uses of Class
com.couchbase.client.java.Collection
-
Packages that use Collection Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.datastructures -
-
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 collectionName)
Opens the collection with the given name for thisBucket
.Collection
Scope. collection(String collectionName)
Opens a collection for this scope with an explicit name.Collection
Bucket. defaultCollection()
Opens the default collection for thisBucket
. -
Uses of Collection in com.couchbase.client.java.datastructures
Constructors in com.couchbase.client.java.datastructures with parameters of type Collection Constructor Description CouchbaseArrayList(String id, Collection collection, Class<E> entityType, ArrayListOptions options)
CouchbaseArraySet(String id, Collection collection, Class<T> entityType, ArraySetOptions options)
Create a newCouchbaseArraySet
, backed by the document identified byid
in the given Couchbasebucket
.CouchbaseMap(String id, Collection collection, Class<E> entityType, MapOptions options)
CouchbaseQueue(String id, Collection collection, Class<E> entityType, QueueOptions options)
-