Package com.couchbase.client.java.kv
Class LookupInOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<LookupInOptions>
com.couchbase.client.java.kv.LookupInOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and TypeMethodDescriptionaccessDeleted
(boolean accessDeleted) For internal use only: allows access to deleted documents that are in 'tombstone' form.build()
static LookupInOptions
serializer
(JsonSerializer serializer) Customizes the serializer that is used to decode the contents of theLookupInResult
.Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
Method Details
-
lookupInOptions
-
serializer
Customizes the serializer that is used to decode the contents of theLookupInResult
.- Parameters:
serializer
- the serializer used for decoding.- Returns:
- this
LookupInOptions
for chaining purposes.
-
accessDeleted
For internal use only: allows access to deleted documents that are in 'tombstone' form. -
build
-