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.BucketBucketAllocator.grabGlobalCompletelyFreeBucket()Methods in org.apache.hadoop.hbase.io.hfile.bucket with parameters of type BucketAllocator.BucketModifier and TypeMethodDescription(package private) voidBucketAllocator.BucketSizeInfo.blockAllocated(BucketAllocator.Bucket b) voidBucketAllocator.BucketSizeInfo.freeBlock(BucketAllocator.Bucket b, long offset, int length) voidBucketAllocator.BucketSizeInfo.instantiateBucket(BucketAllocator.Bucket b) private voidBucketAllocator.BucketSizeInfo.removeBucket(BucketAllocator.Bucket b)