Interface | Description |
---|---|
AccessStrategy |
A strategy used to access large objects
|
ConvertStrategy |
A strategy to convert binary data in large objects
|
Class | Description |
---|---|
DefaultAccessStrategy |
The default access strategy iterates through all elements in the
given document and replaces binary data by replacement OIDs
|
DefaultConvertStrategy |
The default convert strategy handles different types of binary data
which is stores in a MongoDB GridFS
|
MongoDBVBranch |
Implementation of
VBranch for MongoDB. |
MongoDBVCollection |
Implements
VCollection for MongoDB |
MongoDBVCounter |
Implementation of
VCounter for MongoDB. |
MongoDBVCursor |
Implementation of
VCursor for MongoDB |
MongoDBVDatabase |
MongoDB implementation of a Multiversion Concurrency Control database.
|
MongoDBVFactory |
Creates MongoDB implementation-specific objects of the MVCC model
|
MongoDBVLargeCollection |
Saves primitive byte arrays and
InputStream s in MongoDB's
GridFS . |
MongoDBVMaintenance |
MongoDB implementation of MVCC database maintenance operations.
|