Uses of Class
com.couchbase.client.java.kv.LookupInAnyReplicaOptions
-
Packages that use LookupInAnyReplicaOptions 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. -
-
Uses of LookupInAnyReplicaOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type LookupInAnyReplicaOptions Modifier and Type Method Description CompletableFuture<LookupInReplicaResult>
AsyncCollection. lookupInAnyReplica(String id, List<LookupInSpec> specs, LookupInAnyReplicaOptions options)
Reads all available replicas, and returns the first found.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. -
Uses of LookupInAnyReplicaOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return LookupInAnyReplicaOptions Modifier and Type Method 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.
-