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 CoreSubdocGetCommandtoCore()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()
-
toCore
@Internal public CoreSubdocGetCommand toCore()
Description copied from class:LookupInSpecInternal operation called from the encoding side that encodes the spec into its internal representation.- Specified by:
toCorein classLookupInSpec
-
-