Uses of Class
org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocatorException
Packages that use BucketAllocatorException
-
Uses of BucketAllocatorException in org.apache.hadoop.hbase.io.hfile.bucket
Methods in org.apache.hadoop.hbase.io.hfile.bucket with parameters of type BucketAllocatorExceptionModifier and TypeMethodDescriptionprivate static String
BucketCache.getAllocationFailWarningMessage
(BucketAllocatorException fle, BucketCache.RAMQueueEntry re) Prepare and return a warning message for Bucket Allocator ExceptionMethods in org.apache.hadoop.hbase.io.hfile.bucket that throw BucketAllocatorExceptionModifier and TypeMethodDescriptionboolean
BucketAllocator.Bucket.addAllocation
(long offset) long
BucketAllocator.allocateBlock
(int blockSize) Allocate a block with specified size.Constructors in org.apache.hadoop.hbase.io.hfile.bucket that throw BucketAllocatorExceptionModifierConstructorDescription(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.