Uses of Interface
org.apache.hadoop.hdfs.util.ReadOnlyList
Packages that use ReadOnlyList
Package
Description
-
Uses of ReadOnlyList in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return ReadOnlyList -
Uses of ReadOnlyList in org.apache.hadoop.hdfs.server.namenode.snapshot
Methods in org.apache.hadoop.hdfs.server.namenode.snapshot that return ReadOnlyListModifier and TypeMethodDescriptionDirectoryWithSnapshotFeature.getChildrenList(INodeDirectory currentINode, int snapshotId) Snapshot.Root.getChildrenList(int snapshotId) DirectorySnapshottableFeature.getSnapshotList() -
Uses of ReadOnlyList in org.apache.hadoop.hdfs.util
Methods in org.apache.hadoop.hdfs.util that return ReadOnlyListModifier and TypeMethodDescriptionstatic <E> ReadOnlyList<E>ReadOnlyList.Util.asReadOnlyList(List<E> list) static <E> ReadOnlyList<E>ReadOnlyList.Util.emptyList()Methods in org.apache.hadoop.hdfs.util with parameters of type ReadOnlyListModifier and TypeMethodDescriptionstatic <E> List<E>ReadOnlyList.Util.asList(ReadOnlyList<E> list) static <K,E extends Comparable<K>>
intReadOnlyList.Util.binarySearch(ReadOnlyList<E> list, K key) The same asCollections.binarySearch(List, Object)except that the list is aReadOnlyList.