Package com.couchbase.client.java.kv
Class GetAnyReplicaOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<GetAnyReplicaOptions>
com.couchbase.client.java.kv.GetAnyReplicaOptions
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.couchbase.client.java.CommonOptionsCommonOptions.BuiltCommonOptions
- 
Method SummaryModifier and TypeMethodDescriptionbuild()static GetAnyReplicaOptionsCreates a new set ofGetAnyReplicaOptions.readPreference(ReadPreference readPreference) Set a read preference for this operation.transcoder(Transcoder transcoder) Allows to specify a custom transcoder 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- 
getAnyReplicaOptionsCreates a new set ofGetAnyReplicaOptions.- Returns:
- options to customize.
 
- 
transcoderAllows to specify a custom transcoder that is used to decode the content of the result.- Parameters:
- transcoder- the custom transcoder that should be used for decoding.
- Returns:
- this to allow method chaining.
 
- 
readPreferenceSet a read preference for this operation.- Returns:
- this to allow method chaining.
- See Also:
 
- 
build
 
-