| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.snapshot | |
| org.apache.hadoop.hdfs.util |
| Modifier and Type | Method | Description |
|---|---|---|
ReadOnlyList<INode> |
INodeDirectory.getChildrenList(int snapshotId) |
| Modifier and Type | Method | Description |
|---|---|---|
ReadOnlyList<INode> |
DirectoryWithSnapshotFeature.getChildrenList(INodeDirectory currentINode,
int snapshotId) |
|
ReadOnlyList<INode> |
Snapshot.Root.getChildrenList(int snapshotId) |
|
ReadOnlyList<Snapshot> |
DirectorySnapshottableFeature.getSnapshotList() |
| Modifier and Type | Method | Description |
|---|---|---|
static <E> ReadOnlyList<E> |
ReadOnlyList.Util.asReadOnlyList(java.util.List<E> list) |
|
static <E> ReadOnlyList<E> |
ReadOnlyList.Util.emptyList() |
| Modifier and Type | Method | Description |
|---|---|---|
static <E> java.util.List<E> |
ReadOnlyList.Util.asList(ReadOnlyList<E> list) |
|
static <K,E extends java.lang.Comparable<K>> |
ReadOnlyList.Util.binarySearch(ReadOnlyList<E> list,
K key) |
The same as
Collections.binarySearch(List, Object)
except that the list is a ReadOnlyList. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.