| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LazyDBCallback |
class |
LazyWriteableDBCallback |
| Constructor and Description |
|---|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback) |
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback) |
LazyDBList(byte[] data,
int offset,
LazyBSONCallback callback) |
LazyDBList(byte[] data,
LazyBSONCallback callback) |
LazyDBObject(BSONByteBuffer buff,
int offset,
LazyBSONCallback cbk) |
LazyDBObject(BSONByteBuffer buff,
LazyBSONCallback cbk) |
LazyDBObject(byte[] data,
int offset,
LazyBSONCallback cbk) |
LazyDBObject(byte[] data,
LazyBSONCallback cbk) |
LazyWriteableDBObject(BSONByteBuffer buff,
int offset,
LazyBSONCallback cbk) |
LazyWriteableDBObject(BSONByteBuffer buff,
LazyBSONCallback cbk) |
LazyWriteableDBObject(byte[] data,
int offset,
LazyBSONCallback cbk) |
LazyWriteableDBObject(byte[] data,
LazyBSONCallback cbk) |
| Modifier and Type | Field and Description |
|---|---|
protected LazyBSONCallback |
LazyBSONObject._callback
Deprecated.
This field is NOT a part of public API and will be dropped in 3.x versions.
|