Uses of Class
org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
Packages that use BucketAllocator.Bucket
-
Uses of BucketAllocator.Bucket in org.apache.hadoop.hbase.io.hfile.bucket
Fields in org.apache.hadoop.hbase.io.hfile.bucket declared as BucketAllocator.BucketMethods in org.apache.hadoop.hbase.io.hfile.bucket that return BucketAllocator.BucketModifier and TypeMethodDescriptionBucketAllocator.BucketSizeInfo.findAndRemoveCompletelyFreeBucket()
BucketAllocator.getBuckets()
private BucketAllocator.Bucket
BucketAllocator.grabGlobalCompletelyFreeBucket()
Methods in org.apache.hadoop.hbase.io.hfile.bucket with parameters of type BucketAllocator.BucketModifier and TypeMethodDescription(package private) void
BucketAllocator.BucketSizeInfo.blockAllocated
(BucketAllocator.Bucket b) void
BucketAllocator.BucketSizeInfo.freeBlock
(BucketAllocator.Bucket b, long offset, int length) void
BucketAllocator.BucketSizeInfo.instantiateBucket
(BucketAllocator.Bucket b) private void
BucketAllocator.BucketSizeInfo.removeBucket
(BucketAllocator.Bucket b)