Uses of Class
com.couchbase.client.java.kv.LookupInSpecStandard
-
Packages that use LookupInSpecStandard Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of LookupInSpecStandard in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return LookupInSpecStandard Modifier and Type Method Description static LookupInSpecStandard
LookupInSpec. count(String path)
Counts the number of values at a given path in the document.static LookupInSpecStandard
LookupInSpec. exists(String path)
Checks if a value at the given path exists in the document.static LookupInSpecStandard
LookupInSpec. get(String path)
Fetches the content from a field (if present) at the given path.LookupInSpecStandard
LookupInSpecStandard. xattr()
-