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

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

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

Classes in org.apache.hadoop.hive.ql.util.jdbm.helper that implement CachePolicy
 class MRU
          MRU - Most Recently Used cache policy.
 class SoftCache
          Wraps a deterministic cache policy with a Level-2 cache based on J2SE's soft references.
 

Constructors in org.apache.hadoop.hive.ql.util.jdbm.helper with parameters of type CachePolicy
SoftCache(CachePolicy internal)
          Creates a soft-reference based L2 cache wrapping the specified L1 cache.
SoftCache(float loadFactor, CachePolicy internal)
          Creates a soft-reference based L2 cache wrapping the specified L1 cache.
 

Uses of CachePolicy in org.apache.hadoop.hive.ql.util.jdbm.recman
 

Fields in org.apache.hadoop.hive.ql.util.jdbm.recman declared as CachePolicy
protected  CachePolicy CacheRecordManager._cache
          Cache for underlying RecordManager
 

Methods in org.apache.hadoop.hive.ql.util.jdbm.recman that return CachePolicy
 CachePolicy CacheRecordManager.getCachePolicy()
          Get the underlying cache policy
 

Constructors in org.apache.hadoop.hive.ql.util.jdbm.recman with parameters of type CachePolicy
CacheRecordManager(RecordManager recman, CachePolicy cache)
          Construct a CacheRecordManager wrapping another RecordManager and using a given cache policy.
 



Copyright © 2010 The Apache Software Foundation