Uses of Enum Class
org.apache.hadoop.hbase.backup.BackupInfo.BackupState
-
Uses of BackupInfo.BackupState in org.apache.hadoop.hbase.backup
Modifier and TypeMethodDescriptionBackupInfo.getState()
static BackupInfo.BackupState
Returns the enum constant of this class with the specified name.static BackupInfo.BackupState[]
BackupInfo.BackupState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BackupInfo.BackupState in org.apache.hadoop.hbase.backup.impl
Modifier and TypeMethodDescriptionBackupSystemTable.getBackupInfos
(BackupInfo.BackupState state) Get all backup sessions with a given state (in descending order by time)