Package com.couchbase.client.java.kv
Class LookupInSpecStandard
java.lang.Object
com.couchbase.client.java.kv.LookupInSpec
com.couchbase.client.java.kv.LookupInSpecStandard
public class LookupInSpecStandard extends LookupInSpec
-
Method Summary
Modifier and Type Method Description SubdocGetRequest.Command
export(int originalIndex)
Internal operation called from the encoding side that encodes the spec into its internal representation.LookupInSpecStandard
xattr()
Methods inherited from class com.couchbase.client.java.kv.LookupInSpec
count, exists, get
-
Method Details
-
xattr
-
export
Description copied from class:LookupInSpec
Internal operation called from the encoding side that encodes the spec into its internal representation.- Specified by:
export
in classLookupInSpec
- Parameters:
originalIndex
- the original index of the command.- Returns:
- the encoded command.
-