Uses of Class
org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocatorException
-
Uses of BucketAllocatorException in org.apache.hadoop.hbase.io.hfile.bucket
Modifier and TypeMethodDescriptionprivate static String
BucketCache.getAllocationFailWarningMessage
(BucketAllocatorException fle, BucketCache.RAMQueueEntry re) Prepare and return a warning message for Bucket Allocator ExceptionModifier and TypeMethodDescriptionboolean
BucketAllocator.Bucket.addAllocation
(long offset) long
BucketAllocator.allocateBlock
(int blockSize) Allocate a block with specified size.ModifierConstructorDescription(package private)
BucketAllocator
(long availableSpace, int[] bucketSizes) (package private)
BucketAllocator
(long availableSpace, int[] bucketSizes, Map<BlockCacheKey, BucketEntry> map, LongAdder realCacheSize) Rebuild the allocator's data structures from a persisted map.