public class MongoUpdate extends ClientRequest
| Constructor and Description |
|---|
MongoUpdate(org.jboss.netty.channel.Channel channel,
MessageHeader header,
String fullCollectionName,
org.bson.BSONObject selector,
org.bson.BSONObject update,
boolean upsert,
boolean multi) |
| Modifier and Type | Method and Description |
|---|---|
org.bson.BSONObject |
getSelector() |
org.bson.BSONObject |
getUpdate() |
boolean |
isMulti() |
boolean |
isUpsert() |
String |
toString() |
getChannel, getCollectionName, getDatabaseName, getFullCollectionName, getHeaderpublic MongoUpdate(org.jboss.netty.channel.Channel channel,
MessageHeader header,
String fullCollectionName,
org.bson.BSONObject selector,
org.bson.BSONObject update,
boolean upsert,
boolean multi)
Copyright © 2013. All Rights Reserved.