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.
|
Constructor and Description |
---|
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.
|
Copyright © 2016 Couchbase, Inc.. All rights reserved.