Uses of Class
org.apache.hadoop.hbase.io.hfile.bucket.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
Modifier and TypeMethodDescriptionprivate static BucketCache
BlockCacheFactory.createBucketCache
(org.apache.hadoop.conf.Configuration c, Map<String, HRegion> onlineRegions) -
Uses of BucketCache in org.apache.hadoop.hbase.io.hfile.bucket
Modifier and TypeFieldDescriptionprivate final BucketCache
BucketCache.StatisticsThread.bucketCache
private final BucketCache
BucketCachePersister.cache
Modifier and TypeMethodDescriptionstatic Optional<BucketCache>
BucketCache.getBucketCacheFromCacheConfig
(CacheConfig cacheConf) Modifier and TypeMethodDescriptionstatic void
BucketProtoUtils.serializeAsPB
(BucketCache cache, FileOutputStream fos, long chunkSize) (package private) static org.apache.hadoop.hbase.shaded.protobuf.generated.BucketCacheProtos.BucketCacheEntry
BucketProtoUtils.toPB
(BucketCache cache, org.apache.hadoop.hbase.shaded.protobuf.generated.BucketCacheProtos.BackingMap.Builder backingMapBuilder) ModifierConstructorDescriptionBucketCachePersister
(BucketCache cache, long intervalMillis) StatisticsThread
(BucketCache bucketCache) -
Uses of BucketCache in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionprivate void
HRegionServer.computeIfPersistentBucketCache
(Consumer<BucketCache> computation)