HBaseApplicationConfig |
HBaseApplicationConfig.withBackupEnabled(boolean backupEnabled) |
Configure the switch of HBase backup.
|
HBaseApplicationConfig |
HBaseApplicationConfig.withBackupIntervalInMinutes(int minutes) |
Configure the interval time for backup.
|
HBaseApplicationConfig |
HBaseApplicationConfig.withBackupLocation(String backupLocation) |
Configure the BOS path for HBase backup.
|
HBaseApplicationConfig |
HBaseApplicationConfig.withBackupStartDatetime(String startDatetime) |
Configure the start dateTime for backup.
|
HBaseApplicationConfig |
HBaseApplicationConfig.withRestoreEnabled(boolean restoreEnabled) |
Configure the switch of HBase restore.
|
HBaseApplicationConfig |
HBaseApplicationConfig.withRestoreLocation(String restoreLocation) |
Configure the BOS path for HBase restore.
|
HBaseApplicationConfig |
HBaseApplicationConfig.withRestoreVersion(String restoreVersion) |
Configure the version of backup files for HBase restore.
|
HBaseApplicationConfig |
HBaseApplicationConfig.withVersion(String version) |
Configure the version of HBase.
|