public class MongoInsert extends ClientRequest
| Constructor and Description |
|---|
MongoInsert(org.jboss.netty.channel.Channel channel,
MessageHeader header,
String fullCollectionName,
List<org.bson.BSONObject> documents) |
| Modifier and Type | Method and Description |
|---|---|
List<org.bson.BSONObject> |
getDocuments() |
String |
toString() |
getChannel, getCollectionName, getDatabaseName, getFullCollectionName, getHeaderpublic MongoInsert(org.jboss.netty.channel.Channel channel,
MessageHeader header,
String fullCollectionName,
List<org.bson.BSONObject> documents)
Copyright © 2013. All Rights Reserved.