| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
| Modifier and Type | Method and Description |
|---|---|
LookupInResult |
Collection.lookupIn(String id,
List<LookupInSpec> specs)
Performs lookups to document fragments with default options.
|
LookupInResult |
Collection.lookupIn(String id,
List<LookupInSpec> specs,
LookupInOptions options)
Performs lookups to document fragments with custom options.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LookupInResult> |
AsyncCollection.lookupIn(String id,
List<LookupInSpec> specs)
Performs lookups to document fragments with default options.
|
Mono<LookupInResult> |
ReactiveCollection.lookupIn(String id,
List<LookupInSpec> specs)
Performs lookups to document fragments with default options.
|
CompletableFuture<LookupInResult> |
AsyncCollection.lookupIn(String id,
List<LookupInSpec> specs,
LookupInOptions options)
Performs lookups to document fragments with custom options.
|
Mono<LookupInResult> |
ReactiveCollection.lookupIn(String id,
List<LookupInSpec> specs,
LookupInOptions options)
Performs lookups to document fragments with custom options.
|
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<LookupInResult> |
LookupInAccessor.lookupInAccessor(Core core,
SubdocGetRequest request,
JsonSerializer serializer) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.