Class BucketAllocator.BucketSizeInfo
java.lang.Object
org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.BucketSizeInfo
- Enclosing class:
- BucketAllocator
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate org.apache.hbase.thirdparty.org.apache.commons.collections4.map.LinkedMapprivate org.apache.hbase.thirdparty.org.apache.commons.collections4.map.LinkedMapprivate longprivate org.apache.hbase.thirdparty.org.apache.commons.collections4.map.LinkedMapprivate int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongallocateBlock(int blockSize) Find a bucket to allocate a block(package private) voidvoidfreeBlock(BucketAllocator.Bucket b, long offset, int length) voidprivate voidinttoString()
- 
Field Details- 
bucketList
- 
freeBuckets
- 
completelyFreeBucketsprivate org.apache.hbase.thirdparty.org.apache.commons.collections4.map.LinkedMap completelyFreeBuckets
- 
fragmentationBytes
- 
sizeIndex
 
- 
- 
Constructor Details- 
BucketSizeInfoBucketSizeInfo(int sizeIndex) 
 
- 
- 
Method Details