Package | Description |
---|---|
com.couchbase.client.core.message.kv.subdoc.multi |
Modifier and Type | Method and Description |
---|---|
Lookup |
LookupCommandBuilder.lookup() |
Lookup |
LookupCommand.lookup() |
static Lookup |
Lookup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lookup[] |
Lookup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MultiResult<Lookup> |
MultiResult.create(short statusCode,
ResponseStatus status,
String path,
Lookup operation,
ByteBuf value) |
List<MultiResult<Lookup>> |
MultiLookupResponse.responses() |
Modifier and Type | Method and Description |
---|---|
static MultiResult<Lookup> |
MultiResult.create(short statusCode,
ResponseStatus status,
String path,
Lookup operation,
ByteBuf value) |
Constructor and Description |
---|
LookupCommand(Lookup lookup,
String path)
Deprecated.
|
LookupCommandBuilder(Lookup lookup,
String path)
Create a multi-lookup command.
|
Constructor and Description |
---|
MultiLookupResponse(ResponseStatus status,
short serverStatusCode,
String bucket,
List<MultiResult<Lookup>> responses,
BinarySubdocMultiLookupRequest request,
long cas) |
Copyright © 2017 Couchbase, Inc.. All rights reserved.