| Class | Description |
|---|---|
| BaseCommand<T> |
Base
Command implementation. |
| CommitCommand |
Command for MongoMicroKernel#commit(String, String, String, String) |
| CommitCommandNew |
FIXME - This is same as CommitCommand except that it does not fetch all valid
commits upfront.
|
| DefaultCommandExecutor |
Implementation of the
CommandExecutor interface. |
| DiffCommand |
A
Command for MongoMicroKernel#diff(String, String, String, int) |
| GetHeadRevisionCommand |
Command for MongoMicroKernel#getHeadRevision() |
| GetJournalCommand |
A
Command for MongoMicroKernel#getJournal(String, String, String) |
| GetNodesCommand |
Command for MongoMicroKernel#getNodes(String, String, int, long, int, String) |
| GetNodesCommandNew |
FIXME - This is same as GetNodesCommand except that it does not fetch all valid
commits upfront and it also does not check for stale slave reads.
|
| GetRevisionHistoryCommand |
A
Command for MongoMicroKernel#getRevisionHistory(long, int, String) |
| MergeCommand |
A
Command for MongoMicroKernel#merge(String, String) |
| NodeExistsCommand |
Command for MongoMicroKernel#nodeExists(String, String) |
| OneLevelDiffCommand |
OneLevelDiffCommand implements a specialized DiffCommand
with a fixed depth of 0. |
| WaitForCommitCommand |
A
Command for MongoMicroKernel#waitForCommit(String, long) |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.