@InterfaceStability.Committed @InterfaceAudience.Public public class LookupCommandBuilder extends Object
LookupCommand
Constructor and Description |
---|
LookupCommandBuilder(Lookup lookup,
String path)
Create a multi-lookup command.
|
Modifier and Type | Method and Description |
---|---|
LookupCommand |
build() |
Lookup |
lookup() |
byte |
opCode() |
String |
path() |
boolean |
xattr()
Access to extended attribute section of the couchbase document
|
LookupCommandBuilder |
xattr(boolean xattr)
Access to extended attribute section of the couchbase document
|
public LookupCommand build()
public Lookup lookup()
public String path()
public byte opCode()
public boolean xattr()
public LookupCommandBuilder xattr(boolean xattr)
Copyright © 2021 Couchbase, Inc.. All rights reserved.