Uses of Class
org.apache.hadoop.hive.ql.exec.persistence.DCLLItem

Packages that use DCLLItem
org.apache.hadoop.hive.ql.exec.persistence   
 

Uses of DCLLItem in org.apache.hadoop.hive.ql.exec.persistence
 

Classes in org.apache.hadoop.hive.ql.exec.persistence with type parameters of type DCLLItem
 class MRU<T extends DCLLItem>
          An MRU (Most Recently Used) cache implementation.
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return DCLLItem
 DCLLItem DCLLItem.getNext()
          Get the next item.
 DCLLItem DCLLItem.getPrev()
          Get the previous item.
 

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type DCLLItem
 void DCLLItem.insertAfter(DCLLItem v)
          Add v as the previous of the current list item.
 void DCLLItem.insertBefore(DCLLItem v)
          Add v as the previous of the current list item.
 void DCLLItem.setNext(DCLLItem itm)
          Set the next item as itm.
 void DCLLItem.setPrev(DCLLItem itm)
          Set the previous item as itm
 



Copyright © 2009 The Apache Software Foundation