| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| com.couchbase.client.java.datastructures | |
| com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,T> |
Collection.map(String id,
Class<T> entityType,
MapOptions options)
Returns a
CouchbaseMap backed by this collection, creating a new
empty one if none exists already. |
| Constructor and Description |
|---|
CouchbaseMap(String id,
Collection collection,
Class<E> entityType,
MapOptions options)
|
| Modifier and Type | Method and Description |
|---|---|
static MapOptions |
MapOptions.mapOptions() |
Copyright © 2020 Couchbase, Inc.. All rights reserved.