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 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 TypeMethodDescriptionBackupSystemTable.getBackupHistory
(int n, BackupInfo.Filter... filters) Get backup history records filtered by list of filters.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)