Package org.apache.hadoop.hbase.backup
Class BackupRequest
java.lang.Object
org.apache.hadoop.hbase.backup.BackupRequest
POJO class for backup request
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private long
private String
private int
private BackupType
private String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
private BackupRequest
setBackupSetName
(String backupSetName) private BackupRequest
setBackupType
(BackupType type) private BackupRequest
setBandwidth
(long bandwidth) private BackupRequest
setTableList
(List<TableName> tableList) private BackupRequest
setTargetRootDir
(String targetRootDir) private BackupRequest
setTotalTasks
(int totalTasks) void
setYarnPoolName
(String yarnPoolName)
-
Field Details
-
type
-
tableList
-
targetRootDir
-
totalTasks
-
bandwidth
-
backupSetName
-
yarnPoolName
-
-
Constructor Details
-
BackupRequest
private BackupRequest()
-
-
Method Details
-
setBackupType
-
getBackupType
-
setTableList
-
getTableList
-
setTargetRootDir
-
getTargetRootDir
-
setTotalTasks
-
getTotalTasks
-
setBandwidth
-
getBandwidth
-
getBackupSetName
-
setBackupSetName
-
getYarnPoolName
-
setYarnPoolName
-