MongoBlob |
The MongoDB representation of a blob.
|
MongoBlobReferenceIterator |
|
MongoBlobStore |
|
MongoDBConfig |
|
MongoDocumentNodeStoreBuilder |
|
MongoDocumentNodeStoreBuilderBase<T extends MongoDocumentNodeStoreBuilderBase<T>> |
|
MongoDocumentStore |
A document store that uses MongoDB as the backend.
|
MongoDocumentStoreCheckHelper |
MongoDocumentStoreCheckHelper ...
|
MongoDocumentStoreHelper |
Helper class to access package private methods on MongoDocumentStore.
|
MongoDocumentStoreMetrics |
|
MongoDocumentStoreThrottlingMetricsUpdater |
Mongo Document Store throttling metric updater.
|
MongoDocumentTraverser |
|
MongoFullGcNodeBin |
This class is as a wrapper around DocumentStore that expose two methods used to clean garbage from NODES collection
public int remove(Map orphanOrDeletedRemovalMap)
public List findAndUpdate(List updateOpList)
When enabled
Each method saves the document ID or empty properties names (that will be deleted) to a separate _bin collection as a BinDocument then delegates deletion to DocumentStore
When disabled (default)
Each method delegates directly to DocumentStore
|
MongoMissingLastRevSeeker |
Mongo specific version of MissingLastRevSeeker which uses mongo queries
to fetch candidates which may have missed '_lastRev' updates.
|
MongoStatus |
|
MongoThrottlerFactory |
Factory to create Mongo Throttlers
|
MongoVersionGCSupport |
Mongo specific version of VersionGCSupport which uses mongo queries
to fetch required NodeDocuments
|
ReplicaSetStatus |
Keeps track of the status of a replica set based on information provided
by heartbeat events.
|
RevisionEntry |
A light-weight implementation of a MongoDB DBObject for a single revision
based map entry.
|
TraversingRange |
|