Package | Description |
---|---|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
com.allanbank.mongodb.client.connection.socket |
Low level socket connection to a single MongoDB server.
|
com.allanbank.mongodb.client.message |
Low level messages to be sent to the MongoDB server.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSocketConnection.validate(Message message1,
Message message2)
Ensures that the documents in the message do not exceed the maximum size
allowed by MongoDB.
|
Modifier and Type | Method and Description |
---|---|
void |
Delete.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
void |
Query.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
void |
GetMore.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
void |
Reply.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
void |
KillCursors.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
void |
Command.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
void |
Insert.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
void |
Update.validateSize(int maxDocumentSize)
Validates that the documents with the message do not exceed the maximum
document size specified.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.