public class MergeCommand extends BaseCommand<String>
Command for MongoMicroKernel#merge(String, String)nodeStore| Constructor and Description |
|---|
MergeCommand(MongoNodeStore nodeStore,
String branchRevisionId,
String message)
Constructs a
MergeCommandMongo |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
Executes the
Command and returns its result. |
getNumOfRetries, needsRetry, needsRetrypublic MergeCommand(MongoNodeStore nodeStore, String branchRevisionId, String message)
MergeCommandMongonodeStore - Node store.branchRevisionId - Branch revision id.message - Merge message.Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.