Home
last modified time | relevance | path

Searched defs:ChildrenDiff (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DDirectoryWithSnapshotFeature.java64 static class ChildrenDiff extends Diff<byte[], INode> { class in DirectoryWithSnapshotFeature
65 ChildrenDiff() {} in ChildrenDiff() method in DirectoryWithSnapshotFeature.ChildrenDiff
67 private ChildrenDiff(final List<INode> created, final List<INode> deleted) { in ChildrenDiff() method in DirectoryWithSnapshotFeature.ChildrenDiff