Package | Description |
---|---|
com.couchbase.client.core.message.kv.subdoc.multi |
Modifier and Type | Method and Description |
---|---|
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)
Create a multi-mutation without a fragment (should be restricted to DELETE, not to be confused with an empty string fragment where ByteBuf contains “
”“ ”, or the null fragment where ByteBuf contains “NULL ”). |
MutationCommand(Mutation mutation,
String path,
ByteBuf fragment)
Create a multi-mutation command, without attempting to create intermediary paths.
|
MutationCommand(Mutation mutation,
String path,
ByteBuf fragment,
boolean createIntermediaryPath)
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 © 2017 Couchbase, Inc.. All rights reserved.