public class GetJournalCommand extends BaseCommand<String>
Command for MongoMicroKernel#getJournal(String, String, String)nodeStore| Constructor and Description |
|---|
GetJournalCommand(MongoNodeStore nodeStore,
String fromRevisionId,
String toRevisionId,
String path)
Constructs a
GetJournalCommandMongo |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
Executes the
Command and returns its result. |
getNumOfRetries, needsRetry, needsRetrypublic GetJournalCommand(MongoNodeStore nodeStore, String fromRevisionId, String toRevisionId, String path)
GetJournalCommandMongonodeStore - Node store.fromRevisionId - From revision.toRevisionId - To revision.path - Path.Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.