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 classLookupInOptions.BuiltNested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions -
Method Summary
Modifier and Type Method Description LookupInOptionsaccessDeleted(boolean accessDeleted)For internal use only: allows access to deleted documents that are in 'tombstone' form.LookupInOptions.Builtbuild()static LookupInOptionslookupInOptions()LookupInOptionsserializer(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
LookupInOptionsfor chaining purposes.
-
accessDeleted
For internal use only: allows access to deleted documents that are in 'tombstone' form. -
build
-