Uses of Interface
org.apache.hadoop.hbase.backup.BackupInfo.Filter
Packages that use BackupInfo.Filter
Package
Description
-
Uses of BackupInfo.Filter in org.apache.hadoop.hbase.backup
Methods in org.apache.hadoop.hbase.backup that return BackupInfo.FilterModifier and TypeMethodDescriptionstatic BackupInfo.Filterstatic BackupInfo.FilterBackupInfo.withState(BackupInfo.BackupState state) static BackupInfo.FilterBackupInfo.withType(BackupType type) Methods in org.apache.hadoop.hbase.backup with parameters of type BackupInfo.FilterModifier and TypeMethodDescriptionBackupAdmin.getHistory(int n, BackupInfo.Filter... f) Show backup history command with filters -
Uses of BackupInfo.Filter in org.apache.hadoop.hbase.backup.impl
Methods in org.apache.hadoop.hbase.backup.impl with parameters of type BackupInfo.FilterModifier and TypeMethodDescriptionBackupManager.getBackupHistory(BackupInfo.Filter... filters) Get all backup information, ordered by descending start time.BackupSystemTable.getBackupHistory(BackupInfo.Filter... toInclude) Get all backup information passing the given filters, ordered by descending start time.BackupSystemTable.getBackupInfos(int n, BackupInfo.Filter... toInclude) Get the first n backup infos passing the given filters (ordered by ascending backup id)BackupSystemTable.getBackupInfos(BackupInfo.Filter... toInclude) Get all backup infos passing the given filters (ordered by ascending backup id)BackupAdminImpl.getHistory(int n, BackupInfo.Filter... filters) -
Uses of BackupInfo.Filter in org.apache.hadoop.hbase.backup.util
Methods in org.apache.hadoop.hbase.backup.util with parameters of type BackupInfo.FilterModifier and TypeMethodDescriptionstatic List<BackupInfo>BackupUtils.getHistory(org.apache.hadoop.conf.Configuration conf, int n, org.apache.hadoop.fs.Path backupRootPath, BackupInfo.Filter... filters)