| Class | Description |
|---|---|
| BaseAction<T> |
An abstract base class for actions performed against
MongoDB. |
| FetchCommitAction |
An action for fetching a commit.
|
| FetchCommitsAction |
An action for fetching valid commits.
|
| FetchHeadRevisionIdAction |
An action for fetching the head revision.
|
| FetchNodesAction |
An action for fetching nodes.
|
| FetchNodesActionNew |
FIXME - This is same as FetchNodesAction except that it does not require
the list of all valid commits upfront.
|
| ReadAndIncHeadRevisionAction |
An action for reading and incrementing the head revision id.
|
| SaveAndSetHeadRevisionAction |
An action for saving and setting the head revision id.
|
| SaveCommitAction |
An action for saving a commit.
|
| SaveNodesAction |
An action for saving a list of nodes.
|
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.