Uses of Package
org.apache.hadoop.hbase.io.hfile.bucket

Packages that use org.apache.hadoop.hbase.io.hfile.bucket
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.io.hfile.bucket   
 

Classes in org.apache.hadoop.hbase.io.hfile.bucket used by org.apache.hadoop.hbase.io.hfile
BucketCache
          BucketCache uses BucketAllocator to allocate/free block, and use BucketCache.ramCache and BucketCache.backingMap in order to determine if a given element is in the cache.
 

Classes in org.apache.hadoop.hbase.io.hfile.bucket used by org.apache.hadoop.hbase.io.hfile.bucket
BucketAllocator
          This class is used to allocate a block with specified size and free the block when evicting.
BucketAllocator.Bucket
           
BucketAllocatorException
          Thrown by BucketAllocator
CacheFullException
          Thrown by BucketAllocator.allocateBlock(int) when cache is full for the requested size
IOEngine
          A class implementing IOEngine interface could support data services for BucketCache.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.