Package | Description |
---|---|
com.couchbase.client.core.message.kv.subdoc.multi |
Modifier and Type | Method and Description |
---|---|
Mutation |
MutationCommandBuilder.mutation() |
Mutation |
MutationCommand.mutation() |
static Mutation |
Mutation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mutation[] |
Mutation.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<Mutation> |
MultiResult.create(short statusCode,
ResponseStatus status,
String path,
Mutation operation,
ByteBuf value) |
List<MultiResult<Mutation>> |
MultiMutationResponse.responses() |
Modifier and Type | Method and Description |
---|---|
static MultiResult<Mutation> |
MultiResult.create(short statusCode,
ResponseStatus status,
String path,
Mutation operation,
ByteBuf value) |
Constructor and Description |
---|
MutationCommand(Mutation mutation,
String path)
Deprecated.
|
MutationCommand(Mutation mutation,
String path,
ByteBuf fragment)
Deprecated.
|
MutationCommand(Mutation mutation,
String path,
ByteBuf fragment,
boolean createIntermediaryPath)
Deprecated.
|
MutationCommandBuilder(Mutation mutation,
String path)
Create a multi-mutation command.
|
MutationCommandBuilder(Mutation mutation,
String path,
ByteBuf fragment)
Create a multi-mutation command.
|
Constructor and Description |
---|
MultiMutationResponse(String bucket,
BinarySubdocMultiMutationRequest request,
long cas,
MutationToken token,
List<MultiResult<Mutation>> responses)
Creates an successful
MultiMutationResponse . |
Copyright © 2018 Couchbase, Inc.. All rights reserved.