Home
last modified time | relevance | path

Searched refs:destroyDiffAndCollectBlocks (Results 1 – 4 of 4) 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 DAbstractINodeDiff.java131 abstract QuotaCounts destroyDiffAndCollectBlocks( in destroyDiffAndCollectBlocks() method in AbstractINodeDiff
H A DFileDiff.java115 QuotaCounts destroyDiffAndCollectBlocks(BlockStoragePolicySuite bsps, INodeFile currentINode, in destroyDiffAndCollectBlocks() method in FileDiff
H A DAbstractINodeDiffList.java85 counts.add(removed.destroyDiffAndCollectBlocks(bsps, currentINode, in deleteSnapshotDiff()
H A DDirectoryWithSnapshotFeature.java322 QuotaCounts destroyDiffAndCollectBlocks( in destroyDiffAndCollectBlocks() method in DirectoryWithSnapshotFeature
637 diff.destroyDiffAndCollectBlocks(bsps, currentINode, collectedBlocks, in clear()