| 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 |
| 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. |
| 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. |
| PersistentIOEngine
A class implementing PersistentIOEngine interface supports persistent and file integrity verify
for
BucketCache |
| UniqueIndexMap
Map from type T to int and vice-versa.
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.