org.apache.hadoop.hdfs.server.namenode
Class CachePool.DirectiveList

java.lang.Object
  extended by org.apache.hadoop.util.IntrusiveCollection<org.apache.hadoop.hdfs.protocol.CacheDirective>
      extended by org.apache.hadoop.hdfs.server.namenode.CachePool.DirectiveList
All Implemented Interfaces:
Iterable<org.apache.hadoop.hdfs.protocol.CacheDirective>, Collection<org.apache.hadoop.hdfs.protocol.CacheDirective>
Enclosing class:
org.apache.hadoop.hdfs.server.namenode.CachePool

public static final class CachePool.DirectiveList
extends org.apache.hadoop.util.IntrusiveCollection<org.apache.hadoop.hdfs.protocol.CacheDirective>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.util.IntrusiveCollection
org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator
 
Field Summary
 
Fields inherited from class org.apache.hadoop.util.IntrusiveCollection
LOG
 
Method Summary
 org.apache.hadoop.hdfs.server.namenode.CachePool getCachePool()
           
 
Methods inherited from class org.apache.hadoop.util.IntrusiveCollection
add, addAll, addFirst, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Method Detail

getCachePool

public org.apache.hadoop.hdfs.server.namenode.CachePool getCachePool()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.