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