Uses of Enum Class
org.apache.hadoop.hbase.backup.impl.BackupSystemTable.Order
Packages that use BackupSystemTable.Order
-
Uses of BackupSystemTable.Order in org.apache.hadoop.hbase.backup.impl
Methods in org.apache.hadoop.hbase.backup.impl that return BackupSystemTable.OrderModifier and TypeMethodDescriptionstatic BackupSystemTable.OrderReturns the enum constant of this class with the specified name.static BackupSystemTable.Order[]BackupSystemTable.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.backup.impl with parameters of type BackupSystemTable.OrderModifier and TypeMethodDescriptionprivate ScanBackupSystemTable.createScanForBackupHistory(BackupSystemTable.Order order) Creates Scan operation to load backup historyBackupSystemTable.getBackupHistory(BackupSystemTable.Order order, int n, BackupInfo.Filter... toInclude) Retrieves the first n entries of the sorted, filtered list of backup infos.