Package org.apache.hadoop.hbase.backup
Class RestoreRequest.Builder
java.lang.Object
org.apache.hadoop.hbase.backup.RestoreRequest.Builder
- Enclosing class:
- RestoreRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withBackupId
(String backupId) withBackupRootDir
(String backupRootDir) withCheck
(boolean check) withFromTables
(TableName[] fromTables) withOvewrite
(boolean overwrite) withRestoreRootDir
(String restoreRootDir) withToTables
(TableName[] toTables)
-
Field Details
-
request
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withBackupRootDir
-
withRestoreRootDir
-
withBackupId
-
withCheck
-
withFromTables
-
withToTables
-
withOvewrite
-
build
-