Package com.couchbase.client.java.kv
Class LookupInAnyReplicaOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<LookupInAnyReplicaOptions>
com.couchbase.client.java.kv.LookupInAnyReplicaOptions
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.couchbase.client.java.CommonOptionsCommonOptions.BuiltCommonOptions
- 
Method SummaryModifier and TypeMethodDescriptionbuild()static LookupInAnyReplicaOptionsreadPreference(ReadPreference readPreference) Set a read preference for this operation.serializer(JsonSerializer serializer) Allows to specify a custom serializer that is used to decode the content of the result.Methods inherited from class com.couchbase.client.java.CommonOptionsclientContext, parentSpan, retryStrategy, self, timeout
- 
Method Details- 
lookupInAnyReplicaOptions
- 
serializerAllows to specify a custom serializer that is used to decode the content of the result.- Parameters:
- serializer- the custom serializer that should be used for decoding.
- Returns:
- the LookupInAnyReplicaOptionsto allow method chaining.
 
- 
readPreferenceSet a read preference for this operation.- Returns:
- this to allow method chaining.
- See Also:
 
- 
build
 
-