Uses of Class
org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Packages that use BucketCache
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.Provides
BucketCache
, an implementation of
BlockCache
.-
Uses of BucketCache in org.apache.hadoop.hbase.io.hfile
Methods in org.apache.hadoop.hbase.io.hfile that return BucketCacheModifier and TypeMethodDescriptionprivate static BucketCache
BlockCacheFactory.createBucketCache
(org.apache.hadoop.conf.Configuration c) -
Uses of BucketCache in org.apache.hadoop.hbase.io.hfile.bucket
Fields in org.apache.hadoop.hbase.io.hfile.bucket declared as BucketCacheModifier and TypeFieldDescriptionprivate final BucketCache
BucketCache.StatisticsThread.bucketCache
private final BucketCache
BucketCachePersister.cache
Methods in org.apache.hadoop.hbase.io.hfile.bucket that return types with arguments of type BucketCacheModifier and TypeMethodDescriptionstatic Optional<BucketCache>
BucketCache.getBucketCacheFromCacheConfig
(CacheConfig cacheConf) Methods in org.apache.hadoop.hbase.io.hfile.bucket with parameters of type BucketCacheModifier and TypeMethodDescription(package private) static org.apache.hadoop.hbase.shaded.protobuf.generated.BucketCacheProtos.BucketCacheEntry
BucketProtoUtils.toPB
(BucketCache cache) Constructors in org.apache.hadoop.hbase.io.hfile.bucket with parameters of type BucketCacheModifierConstructorDescriptionBucketCachePersister
(BucketCache cache, long intervalMillis) StatisticsThread
(BucketCache bucketCache) -
Uses of BucketCache in org.apache.hadoop.hbase.regionserver
Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type BucketCacheModifier and TypeMethodDescriptionprivate void
HRegionServer.computeIfPersistentBucketCache
(Consumer<BucketCache> computation)