Class LookupCommand
java.lang.Object
com.couchbase.client.core.message.kv.subdoc.multi.LookupCommand
@Committed @Public public class LookupCommand extends Object
A single lookup description inside a TODO.
- Since:
- 1.2
- Author:
- Simon Baslé
-
Constructor Summary
Constructors Modifier Constructor Description protected
LookupCommand(LookupCommandBuilder builder)
LookupCommand(Lookup lookup, String path)
Deprecated. -
Method Summary
-
Constructor Details
-
LookupCommand
Deprecated.Create a multi-lookup command.- Parameters:
lookup
- the lookup type.path
- the path to look-up inside the document.
-
LookupCommand
-
-
Method Details
-
lookup
-
path
-
opCode
public byte opCode() -
xattr
public boolean xattr()
-