Uses of Class
com.baidubce.services.bmr.model.HBaseApplicationConfig

Packages that use HBaseApplicationConfig
com.baidubce.services.bmr.model   
 

Uses of HBaseApplicationConfig in com.baidubce.services.bmr.model
 

Methods in com.baidubce.services.bmr.model that return HBaseApplicationConfig
 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.
 



Copyright © 2018. All rights reserved.