| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile.bucket |
Provides
BucketCache, an implementation of
BlockCache. |
| 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 |
| FileMmapIOEngine
IO engine that stores data to a file on the specified file system using memory mapping
mechanism
|
| IOEngine
A class implementing IOEngine interface supports data services for
BucketCache. |
Copyright © 2007–2019 Cloudera. All rights reserved.