Uses of Class
com.couchbase.client.core.message.kv.subdoc.multi.MutationCommandBuilder
Package | Description |
---|---|
com.couchbase.client.core.message.kv.subdoc.multi |
-
Uses of MutationCommandBuilder in com.couchbase.client.core.message.kv.subdoc.multi
Methods in com.couchbase.client.core.message.kv.subdoc.multi that return MutationCommandBuilder Modifier and Type Method Description MutationCommandBuilder
MutationCommandBuilder. createIntermediaryPath(boolean createIntermediaryPath)
MutationCommandBuilder
MutationCommandBuilder. expandMacros(boolean expandMacros)
MutationCommandBuilder
MutationCommandBuilder. fragment(ByteBuf fragment)
MutationCommandBuilder
MutationCommandBuilder. xattr(boolean xattr)
Constructors in com.couchbase.client.core.message.kv.subdoc.multi with parameters of type MutationCommandBuilder Constructor Description MutationCommand(MutationCommandBuilder builder)
Create a multi-mutation command.