Uses of Interface
org.apache.hadoop.hive.ql.util.jdbm.helper.CachePolicyListener

Packages that use CachePolicyListener
org.apache.hadoop.hive.ql.util.jdbm.helper   
 

Uses of CachePolicyListener in org.apache.hadoop.hive.ql.util.jdbm.helper
 

Methods in org.apache.hadoop.hive.ql.util.jdbm.helper with parameters of type CachePolicyListener
 void SoftCache.addListener(CachePolicyListener listener)
          Adds the specified listener to this cache.
 void MRU.addListener(CachePolicyListener listener)
          Add a listener to this cache policy
 void CachePolicy.addListener(CachePolicyListener listener)
          Add a listener to this cache policy.
 void SoftCache.removeListener(CachePolicyListener listener)
          Removes a listener that was added earlier.
 void MRU.removeListener(CachePolicyListener listener)
          Remove a listener from this cache policy
 void CachePolicy.removeListener(CachePolicyListener listener)
          Remove a listener from this cache policy.
 



Copyright © 2009 The Apache Software Foundation