| Interface | Description |
|---|---|
| DocumentStore |
The interface for the backend storage for documents.
|
| Class | Description |
|---|---|
| ClusterNodeInfo |
Information about a cluster node.
|
| Commit |
A higher level object representing a commit.
|
| MemoryDocumentStore |
Emulates a MongoDB store (possibly consisting of multiple shards and
replicas).
|
| MongoDocumentStore |
A document store that uses MongoDB as the backend.
|
| MongoMK |
A MicroKernel implementation that stores the data in a MongoDB.
|
| MongoMK.Builder |
A builder for a MongoMK instance.
|
| Node |
Represents a node held in memory (in the cache for example).
|
| Revision |
A revision.
|
| Revision.RevisionComparator |
A facility that is able to compare revisions of different cluster instances.
|
| UpdateOp |
A MongoDB "update" operation for one node.
|
| UpdateOp.Operation |
A MongoDB operation for a given key within a document.
|
| Enum | Description |
|---|---|
| DocumentStore.Collection |
The list of collections.
|
| UpdateOp.Operation.Type |
The MongoDB operation type.
|
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.