Uses of Enum
org.apache.hadoop.hbase.backup.BackupInfo.BackupState
Packages that use BackupInfo.BackupState
-
Uses of BackupInfo.BackupState in org.apache.hadoop.hbase.backup
Fields in org.apache.hadoop.hbase.backup declared as BackupInfo.BackupStateMethods in org.apache.hadoop.hbase.backup that return BackupInfo.BackupStateModifier and TypeMethodDescriptionBackupInfo.getState()static BackupInfo.BackupStateReturns the enum constant of this type with the specified name.static BackupInfo.BackupState[]BackupInfo.BackupState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.hbase.backup with parameters of type BackupInfo.BackupState -
Uses of BackupInfo.BackupState in org.apache.hadoop.hbase.backup.impl
Methods in org.apache.hadoop.hbase.backup.impl with parameters of type BackupInfo.BackupStateModifier and TypeMethodDescriptionBackupSystemTable.getBackupInfos(BackupInfo.BackupState state) Get all backup sessions with a given state (in descending order by time)