Uses of Class
com.couchbase.client.java.kv.MapOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of MapOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionCollection.map
(String id, Class<T> entityType, MapOptions options) Returns aCouchbaseMap
backed by this collection, creating a new empty one if none exists already. -
Uses of MapOptions in com.couchbase.client.java.datastructures
ModifierConstructorDescriptionCouchbaseMap
(String id, Collection collection, Class<E> entityType, MapOptions options) -
Uses of MapOptions in com.couchbase.client.java.kv