Uses of Interface
org.apache.hadoop.hdfs.server.namenode.snapshot.DiffList
Packages that use DiffList
-
Uses of DiffList in org.apache.hadoop.hdfs.server.namenode.snapshot
Classes in org.apache.hadoop.hdfs.server.namenode.snapshot that implement DiffListModifier and TypeClassDescriptionclassDiffListByArrayList<T extends Comparable<Integer>>Resizable-array implementation of the DiffList interface.classSkipList is an implementation of a data structure for storing a sorted list of Directory Diff elements, using a hierarchy of linked lists that connect increasingly sparse subsequences(defined by skip interval here) of the diffs.Fields in org.apache.hadoop.hdfs.server.namenode.snapshot declared as DiffListMethods in org.apache.hadoop.hdfs.server.namenode.snapshot that return DiffListModifier and TypeMethodDescriptionDirectoryDiffListFactory.createDiffList(int capacity) static <T extends Comparable<Integer>>
DiffList<T>DiffList.emptyList()Returns an empty DiffList.static <T extends Comparable<Integer>>
DiffList<T>DiffList.unmodifiableList(DiffList<T> diffs) Returns an unmodifiable diffList.Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type DiffListModifier and TypeMethodDescriptionstatic <T extends Comparable<Integer>>
DiffList<T>DiffList.unmodifiableList(DiffList<T> diffs) Returns an unmodifiable diffList.