public class MongoUpdate extends ClientRequest
| Constructor and Description |
|---|
MongoUpdate(io.netty.channel.Channel channel,
MessageHeader header,
java.lang.String fullCollectionName,
Document selector,
Document update,
boolean upsert,
boolean multi) |
| Modifier and Type | Method and Description |
|---|---|
Document |
getSelector() |
Document |
getUpdate() |
boolean |
isMulti() |
boolean |
isUpsert() |
java.lang.String |
toString() |
getChannel, getCollectionName, getDatabaseName, getFullCollectionName, getHeaderpublic MongoUpdate(io.netty.channel.Channel channel,
MessageHeader header,
java.lang.String fullCollectionName,
Document selector,
Document update,
boolean upsert,
boolean multi)