Class DatanodeDescriptor.CachedBlocksList
java.lang.Object
org.apache.hadoop.util.IntrusiveCollection<CachedBlock>
org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.CachedBlocksList
- All Implemented Interfaces:
Iterable<CachedBlock>,Collection<CachedBlock>
- Enclosing class:
- DatanodeDescriptor
public static class DatanodeDescriptor.CachedBlocksList
extends org.apache.hadoop.util.IntrusiveCollection<CachedBlock>
A list of CachedBlock objects on this datanode.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.hadoop.util.IntrusiveCollection
org.apache.hadoop.util.IntrusiveCollection.Element, org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator -
Field Summary
Fields inherited from class org.apache.hadoop.util.IntrusiveCollection
LOG -
Method Summary
Methods inherited from class org.apache.hadoop.util.IntrusiveCollection
add, addAll, addFirst, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Method Details
-
getDatanode
-
getType
-