| Package | Description | 
|---|---|
| com.allanbank.mongodb.connection | 
 Provides interfaces for managing connections to different MongoDB server configurations. 
 | 
| com.allanbank.mongodb.connection.message | 
 Low level messages to be sent to the MongoDB server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Message.validateSize(SizeOfVisitor visitor,
            int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
 document size specified. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Update.validateSize(SizeOfVisitor visitor,
            int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
 document size specified. 
 | 
void | 
Query.validateSize(SizeOfVisitor visitor,
            int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
 document size specified. 
 | 
void | 
Delete.validateSize(SizeOfVisitor visitor,
            int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
 document size specified. 
 | 
void | 
Reply.validateSize(SizeOfVisitor visitor,
            int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
 document size specified. 
 | 
void | 
KillCursors.validateSize(SizeOfVisitor visitor,
            int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
 document size specified. 
 | 
void | 
Insert.validateSize(SizeOfVisitor visitor,
            int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
 document size specified. 
 | 
void | 
GetMore.validateSize(SizeOfVisitor visitor,
            int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
 document size specified. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.