| Package | Description | 
|---|---|
| org.apache.hadoop.hdfs.server.namenode.snapshot | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DiffListByArrayList<T extends Comparable<Integer>>Resizable-array implementation of the DiffList interface. | 
| class  | DiffListBySkipListSkipList 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| static DiffList | DiffList. EMPTY_LIST | 
| Modifier and Type | Method and Description | 
|---|---|
| static DiffList<DirectoryWithSnapshotFeature.DirectoryDiff> | DirectoryDiffListFactory. createDiffList(int capacity) | 
| static <T extends Comparable<Integer>> | DiffList. emptyList()Returns an empty DiffList. | 
| static <T extends Comparable<Integer>> | DiffList. unmodifiableList(DiffList<T> diffs)Returns an unmodifiable diffList. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends Comparable<Integer>> | DiffList. unmodifiableList(DiffList<T> diffs)Returns an unmodifiable diffList. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.