Uses of Package
org.apache.hadoop.hive.ql.util.jdbm.helper

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

Classes in org.apache.hadoop.hive.ql.util.jdbm.helper used by org.apache.hadoop.hive.ql.util.jdbm
Serializer
          Interface used to provide a serialization mechanism other than a class' normal serialization.
 

Classes in org.apache.hadoop.hive.ql.util.jdbm.helper used by org.apache.hadoop.hive.ql.util.jdbm.helper
ByteArraySerializer
          Serializer for byte arrays -- simple returns the byte array itself.
CacheEvictionException
          Exception that occurs during eviction of an object in the cache.
CachePolicy
          CachePolicity is an abstraction for different cache policies.
CachePolicyListener
          Callback interface between CachePolicy and a Cache implementation to notify about cached object eviction.
DefaultSerializer
          Default java serializer.
IntegerSerializer
          Optimized serializer for integers.
IterationException
          Iteration exception.
LongSerializer
          Optimized serializer for long integers.
Serializer
          Interface used to provide a serialization mechanism other than a class' normal serialization.
Tuple
          Tuple consisting of a key-value pair.
WrappedRuntimeException
          A run-time exception that wraps another exception.
 

Classes in org.apache.hadoop.hive.ql.util.jdbm.helper used by org.apache.hadoop.hive.ql.util.jdbm.htree
FastIterator
          Fast and simple iterator.
 

Classes in org.apache.hadoop.hive.ql.util.jdbm.helper used by org.apache.hadoop.hive.ql.util.jdbm.recman
CachePolicy
          CachePolicity is an abstraction for different cache policies.
Serializer
          Interface used to provide a serialization mechanism other than a class' normal serialization.
 



Copyright © 2009 The Apache Software Foundation