Package com.couchbase.client.java.kv
Class LookupInOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<LookupInOptions>
com.couchbase.client.java.kv.LookupInOptions
public class LookupInOptions extends CommonOptions<LookupInOptions>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
LookupInOptions.Built
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and Type Method Description LookupInOptions
accessDeleted(boolean accessDeleted)
For internal use only: allows access to deleted documents that are in 'tombstone' form.LookupInOptions.Built
build()
static LookupInOptions
lookupInOptions()
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
-