mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
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:
parent
ddb0f5692e
commit
b733443eab
6 changed files with 146 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue