Package org.apache.hadoop.hbase.backup
Class RestoreRequest.Builder
java.lang.Object
org.apache.hadoop.hbase.backup.RestoreRequest.Builder
- Enclosing class:
- RestoreRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBackupId(String backupId) withBackupRootDir(String backupRootDir) withCheck(boolean check) withFromTables(TableName[] fromTables) withKeepOriginalSplits(boolean keepOriginalSplits) 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
-
withKeepOriginalSplits
-
build
-