| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| org.apache.hadoop.hbase.io.hfile.bucket |
Provides
BucketCache, an implementation of
BlockCache. |
| Class and Description |
|---|
| BucketCache
BucketCache uses
BucketAllocator to allocate/free blocks, and uses
BucketCache.ramCache and BucketCache.backingMap in order to
determine if a given element is in the cache. |
| Class and Description |
|---|
| 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 supports data services for
BucketCache. |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.