Package org.apache.hadoop.hbase.backup
Interface TestHFileArchiving.ArchivingFunction<Configuration,FS,Region,Dir,Family,Files>
- Enclosing class:
- TestHFileArchiving
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
private static interface TestHFileArchiving.ArchivingFunction<Configuration,FS,Region,Dir,Family,Files>
-
Method Summary
-
Method Details
-
apply
void apply(Configuration config, FS fs, Region region, Dir dir, Family family, Files files) throws IOException - Throws:
IOException
-