Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot | |
org.apache.hadoop.hdfs.util |
Modifier and Type | Method and Description |
---|---|
ReadOnlyList<INode> |
INodeDirectory.getChildrenList(Snapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
ReadOnlyList<INode> |
INodeDirectoryWithSnapshot.getChildrenList(Snapshot snapshot) |
ReadOnlyList<INode> |
Snapshot.Root.getChildrenList(Snapshot snapshot) |
ReadOnlyList<Snapshot> |
INodeDirectorySnapshottable.getSnapshotList() |
Modifier and Type | Method and Description |
---|---|
static <E> ReadOnlyList<E> |
ReadOnlyList.Util.asReadOnlyList(List<E> list) |
static <E> ReadOnlyList<E> |
ReadOnlyList.Util.emptyList() |
Modifier and Type | Method and Description |
---|---|
static <E> List<E> |
ReadOnlyList.Util.asList(ReadOnlyList<E> list) |
static <K,E extends 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 © 2013 Apache Software Foundation. All rights reserved.