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.message |
Low level messages to be sent to the MongoDB server.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
Delete.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
void |
Query.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
void |
GetMore.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
void |
Reply.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
void |
KillCursors.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
void |
Command.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
void |
Insert.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
void |
Update.write(int messageId,
BsonOutputStream out)
Writes the message from the stream.
|
protected void |
AbstractMessage.writeHeader(BsonOutputStream stream,
int requestId,
int responseTo,
Operation op,
int length)
Writes the MsgHeader to the stream.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.