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 |
---|---|
LookupInReplicaResult |
Collection.lookupInAnyReplica(String id,
List<LookupInSpec> lookupInSpecs,
LookupInAnyReplicaOptions options)
Reads all available replicas, and returns the first found with custom options.
|
Mono<LookupInReplicaResult> |
ReactiveCollection.lookupInAnyReplica(String id,
List<LookupInSpec> lookupInSpecs,
LookupInAnyReplicaOptions options)
Reads all available replicas, and returns the first found.
|
CompletableFuture<LookupInReplicaResult> |
AsyncCollection.lookupInAnyReplica(String id,
List<LookupInSpec> specs,
LookupInAnyReplicaOptions options)
Reads all available replicas, and returns the first found.
|
Modifier and Type | Method and Description |
---|---|
static LookupInAnyReplicaOptions |
LookupInAnyReplicaOptions.lookupInAnyReplicaOptions() |
LookupInAnyReplicaOptions |
LookupInAnyReplicaOptions.serializer(JsonSerializer serializer)
Allows to specify a custom serializer that is used to decode the content of the result.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.