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
All Methods Instance Methods Concrete Methods 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 Detail
-
xattr
public LookupInSpecStandard xattr()
-
export
@Internal public SubdocGetRequest.Command export(int originalIndex)
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.
-
-