Package | Description |
---|---|
com.allanbank.mongodb.bson.element | |
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.
|
Constructor and Description |
---|
BinaryElement(String name,
byte subType,
BsonInputStream input,
int length)
Constructs a new
BinaryElement . |
BinaryElement(String name,
byte subType,
BsonInputStream input,
int length,
long size)
Constructs a new
BinaryElement . |
Modifier and Type | Field and Description |
---|---|
protected BsonInputStream |
AbstractSocketConnection.myBsonIn
The writer for BSON documents.
|
Constructor and Description |
---|
Delete(BsonInputStream in)
Create a new Delete message.
|
GetMore(BsonInputStream in)
Creates a new GetMore.
|
Header(BsonInputStream in)
Creates a new header.
|
Insert(Header header,
BsonInputStream in)
Creates a new Insert.
|
KillCursors(BsonInputStream in)
Creates a new KillCursors.
|
Query(Header header,
BsonInputStream in)
Creates a new Query.
|
Reply(Header header,
BsonInputStream in)
Creates a new Reply.
|
Update(BsonInputStream in)
Creates a new Update.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.