Package org.apache.hadoop.hbase.backup
Interface BackupInfo.Filter
- All Superinterfaces:
Predicate<BackupInfo>
- Enclosing class:
- BackupInfo
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(BackupInfo backupInfo) Returns true if the BackupInfo passes the filter, false otherwise
-
Method Details
-
test
Returns true if the BackupInfo passes the filter, false otherwise- Specified by:
testin interfacePredicate<BackupInfo>
-