@InterfaceAudience.Private public final class RestoreRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RestoreRequest.Builder |
Modifier and Type | Field and Description |
---|---|
private String |
backupId |
private String |
backupRootDir |
private boolean |
check |
private TableName[] |
fromTables |
private boolean |
overwrite |
private TableName[] |
toTables |
Modifier | Constructor and Description |
---|---|
private |
RestoreRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBackupId() |
String |
getBackupRootDir() |
TableName[] |
getFromTables() |
TableName[] |
getToTables() |
boolean |
isCheck() |
boolean |
isOverwrite() |
private RestoreRequest |
setBackupId(String backupId) |
private RestoreRequest |
setBackupRootDir(String backupRootDir) |
private RestoreRequest |
setCheck(boolean check) |
private RestoreRequest |
setFromTables(TableName[] fromTables) |
private RestoreRequest |
setOverwrite(boolean overwrite) |
private RestoreRequest |
setToTables(TableName[] toTables) |
private String backupRootDir
private boolean check
private TableName[] fromTables
private boolean overwrite
private RestoreRequest()
public String getBackupRootDir()
private RestoreRequest setBackupRootDir(String backupRootDir)
public String getBackupId()
private RestoreRequest setBackupId(String backupId)
public boolean isCheck()
private RestoreRequest setCheck(boolean check)
public TableName[] getFromTables()
private RestoreRequest setFromTables(TableName[] fromTables)
public TableName[] getToTables()
private RestoreRequest setToTables(TableName[] toTables)
public boolean isOverwrite()
private RestoreRequest setOverwrite(boolean overwrite)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.