Class CachePool.DirectiveList

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

public static final class CachePool.DirectiveList extends org.apache.hadoop.util.IntrusiveCollection<CacheDirective>
  • Nested Class Summary

    Nested 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

    Modifier and Type
    Method
    Description
     

    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, parallelStream, removeIf, spliterator, stream, toArray

    Methods inherited from interface java.lang.Iterable

    forEach
  • Method Details

    • getCachePool

      public CachePool getCachePool()