Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile.bucket |
Provides
BucketCache , an implementation of
BlockCache . |
Modifier and Type | Field and Description |
---|---|
private BucketAllocator.Bucket[] |
BucketAllocator.buckets |
Modifier and Type | Method and Description |
---|---|
BucketAllocator.Bucket |
BucketAllocator.BucketSizeInfo.findAndRemoveCompletelyFreeBucket() |
BucketAllocator.Bucket[] |
BucketAllocator.getBuckets() |
private BucketAllocator.Bucket |
BucketAllocator.grabGlobalCompletelyFreeBucket() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
BucketAllocator.BucketSizeInfo.blockAllocated(BucketAllocator.Bucket b) |
void |
BucketAllocator.BucketSizeInfo.freeBlock(BucketAllocator.Bucket b,
long offset) |
void |
BucketAllocator.BucketSizeInfo.instantiateBucket(BucketAllocator.Bucket b) |
private void |
BucketAllocator.BucketSizeInfo.removeBucket(BucketAllocator.Bucket b) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.