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.Built-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
lookupInOptions
public static LookupInOptions lookupInOptions()
-
serializer
public LookupInOptions serializer(JsonSerializer 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
@Internal public LookupInOptions accessDeleted(boolean accessDeleted)
For internal use only: allows access to deleted documents that are in 'tombstone' form.
-
build
@Internal public LookupInOptions.Built build()
-
-