Create nomulus tool restore command

Create a nomulus tool restoreCommitLogs command.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=157103177
This commit is contained in:
mmuller 2017-05-25 06:44:14 -07:00 committed by Ben McIlwain
parent ddb0f5692e
commit b733443eab
6 changed files with 146 additions and 1 deletions

View file

@ -75,7 +75,7 @@ public class RestoreCommitLogsAction implements Runnable {
static final int BLOCK_SIZE = 1024 * 1024; // Buffer 1mb at a time, for no particular reason.
static final String PATH = "/_dr/task/restoreCommitLogs";
public static final String PATH = "/_dr/task/restoreCommitLogs";
static final String DRY_RUN_PARAM = "dryRun";
static final String FROM_TIME_PARAM = "fromTime";
static final String TO_TIME_PARAM = "toTime";