Home
last modified time | relevance | path

Searched refs:laterDiffIndex (Results 1 – 3 of 3) 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 DAbstractINodeDiffList.java228 int laterDiffIndex = later == null ? size : Collections in changedBetweenSnapshots() local
235 if (laterDiffIndex == -1 || laterDiffIndex == 0) { in changedBetweenSnapshots()
242 laterDiffIndex = laterDiffIndex < 0 ? (-laterDiffIndex - 1) in changedBetweenSnapshots()
243 : laterDiffIndex; in changedBetweenSnapshots()
244 return new int[]{earlierDiffIndex, laterDiffIndex}; in changedBetweenSnapshots()
H A DFileWithSnapshotFeature.java89 int laterDiffIndex = diffIndexPair[1]; in changedBetweenSnapshots() local
93 final long laterLength = laterDiffIndex == diffList.size() ? file in changedBetweenSnapshots()
94 .computeFileSize(true, false) : diffList.get(laterDiffIndex) in changedBetweenSnapshots()
101 for (int i = earlierDiffIndex; i < laterDiffIndex; i++) { in changedBetweenSnapshots()
H A DDirectoryWithSnapshotFeature.java693 int laterDiffIndex = diffIndexPair[1]; in computeDiffBetweenSnapshots() local
698 for (int i = earlierDiffIndex; i < laterDiffIndex; i++) { in computeDiffBetweenSnapshots()
713 for (int i = laterDiffIndex; i < difflist.size(); i++) { in computeDiffBetweenSnapshots()