@InterfaceStability.Committed @InterfaceAudience.Public public class LookupCommandBuilder extends Object
Builder for 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()
Access to extended attribute section of the couchbase document
public LookupCommandBuilder xattr(boolean xattr)
Access to extended attribute section of the couchbase document
Copyright © 2018 Couchbase, Inc.. All rights reserved.