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.