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.Commandexport(int originalIndex)Internal operation called from the encoding side that encodes the spec into its internal representation.LookupInSpecStandardxattr()Methods inherited from class com.couchbase.client.java.kv.LookupInSpec
count, exists, get
-
Method Details
-
xattr
-
export
Description copied from class:LookupInSpecInternal operation called from the encoding side that encodes the spec into its internal representation.- Specified by:
exportin classLookupInSpec- Parameters:
originalIndex- the original index of the command.- Returns:
- the encoded command.
-