Uses of Class
org.apache.hadoop.hdfs.server.namenode.snapshot.DirectoryWithSnapshotFeature.DirectoryDiff
Packages that use DirectoryWithSnapshotFeature.DirectoryDiff
-
Uses of DirectoryWithSnapshotFeature.DirectoryDiff in org.apache.hadoop.hdfs.server.namenode.snapshot
Methods in org.apache.hadoop.hdfs.server.namenode.snapshot that return DirectoryWithSnapshotFeature.DirectoryDiffModifier and TypeMethodDescriptionDiffListBySkipList.get(int index) Returns the data element at the specified index in this SkipList.DiffListBySkipList.remove(int index) Removes the element at the specified position in this list.Methods in org.apache.hadoop.hdfs.server.namenode.snapshot that return types with arguments of type DirectoryWithSnapshotFeature.DirectoryDiffModifier and TypeMethodDescriptionDirectoryDiffListFactory.createDiffList(int capacity) DiffListBySkipList.getMinListForRange(int fromIndex, int toIndex, INodeDirectory dir) This function returns the minimal set of diffs required to combine in order to generate all the changes occurred between fromIndex and toIndex.DiffListBySkipList.iterator()Iterator is an iterator over the SkipList.Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type DirectoryWithSnapshotFeature.DirectoryDiffModifier and TypeMethodDescriptionvoidDiffListBySkipList.addFirst(DirectoryWithSnapshotFeature.DirectoryDiff diff) Adds the specified data element to the beginning of the SkipList, if the element is not already present.booleanDiffListBySkipList.addLast(DirectoryWithSnapshotFeature.DirectoryDiff diff) Adds the specified data element to the end of the SkipList, if the element is not already present.