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 BucketCacheBlockCacheFactory.createBucketCache(org.apache.hadoop.conf.Configuration c, Map<String, HRegion> onlineRegions) -
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 BucketCacheBucketCache.StatisticsThread.bucketCacheprivate final BucketCacheBucketCachePersister.cacheMethods 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 TypeMethodDescriptionstatic voidBucketProtoUtils.serializeAsPB(BucketCache cache, FileOutputStream fos, long chunkSize) (package private) static org.apache.hadoop.hbase.shaded.protobuf.generated.BucketCacheProtos.BucketCacheEntryBucketProtoUtils.toPB(BucketCache cache, org.apache.hadoop.hbase.shaded.protobuf.generated.BucketCacheProtos.BackingMap.Builder backingMapBuilder) 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 voidHRegionServer.computeIfPersistentBucketCache(Consumer<BucketCache> computation)