public class LookupInAnyReplicaOptions extends CommonOptions<LookupInAnyReplicaOptions>
Modifier and Type | Class and Description |
---|---|
class |
LookupInAnyReplicaOptions.Built |
CommonOptions.BuiltCommonOptions
Modifier and Type | Method and Description |
---|---|
LookupInAnyReplicaOptions.Built |
build() |
static LookupInAnyReplicaOptions |
lookupInAnyReplicaOptions() |
LookupInAnyReplicaOptions |
serializer(JsonSerializer serializer)
Allows to specify a custom serializer that is used to decode the content of the result.
|
clientContext, parentSpan, retryStrategy, self, timeout
public static LookupInAnyReplicaOptions lookupInAnyReplicaOptions()
public LookupInAnyReplicaOptions serializer(JsonSerializer serializer)
serializer
- the custom serializer that should be used for decoding.LookupInAnyReplicaOptions
to allow method chaining.@Stability.Internal public LookupInAnyReplicaOptions.Built build()
Copyright © 2024 Couchbase, Inc.. All rights reserved.