Package org.apache.hadoop.hdfs
Interface DFSUtilClient.SnapshotDiffReportFunction
- Enclosing class:
- DFSUtilClient
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
apply
SnapshotDiffReport apply(String snapshotDir, String fromSnapshot, String toSnapshot) throws IOException - Throws:
IOException
-