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
A
BSONCallback for the creation of LazyDBObject and LazyDBList instances. |
class |
LazyWriteableDBCallback
Deprecated.
This class will be removed in a future release. There is no replacement.
|
Constructor and Description |
---|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyDBList(byte[] bytes,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyDBObject(BSONByteBuffer buff,
int offset,
LazyBSONCallback cbk)
Deprecated.
|
LazyDBObject(BSONByteBuffer buff,
LazyBSONCallback cbk)
Deprecated.
|
LazyDBObject(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance.
|
LazyDBObject(byte[] bytes,
LazyBSONCallback callback)
Construct an instance.
|
LazyWriteableDBObject(BSONByteBuffer buff,
int offset,
LazyBSONCallback cbk)
Deprecated.
|
LazyWriteableDBObject(BSONByteBuffer buff,
LazyBSONCallback cbk)
Deprecated.
|
LazyWriteableDBObject(byte[] bytes,
int offset,
LazyBSONCallback callback)
Deprecated.
Construct an instance.
|
LazyWriteableDBObject(byte[] bytes,
LazyBSONCallback callback)
Deprecated.
Construct an instance.
|
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.
|
Constructor and Description |
---|
KeyCachingLazyBSONObject(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
KeyCachingLazyBSONObject(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
KeyCachingLazyBSONObject(byte[] data,
int offset,
LazyBSONCallback cbk)
Deprecated.
|
KeyCachingLazyBSONObject(byte[] data,
LazyBSONCallback cbk)
Deprecated.
|
LazyBSONList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONList(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyBSONList(byte[] bytes,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyBSONObject(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONObject(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONObject(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance.
|
LazyBSONObject(byte[] bytes,
LazyBSONCallback callback)
Construct an instance.
|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
use
LazyDBList.LazyDBList(byte[], LazyBSONCallback) instead |
LazyDBList(byte[] data,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(byte[] data,
LazyBSONCallback callback)
Deprecated.
|