Uses of Class
org.apache.hadoop.hbase.CacheEvictionStats
Package
Description
Provides HBase Client
Table of Contents
-
Uses of org.apache.hadoop.hbase.CacheEvictionStats in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.CacheEvictionStats
CacheEvictionStatsBuilder.build()
org.apache.hadoop.hbase.CacheEvictionStats
CacheEvictionStatsAggregator.sum()
Modifier and TypeMethodDescriptionvoid
CacheEvictionStatsAggregator.append
(org.apache.hadoop.hbase.CacheEvictionStats stats) org.apache.hadoop.hbase.CacheEvictionStatsBuilder
CacheEvictionStatsBuilder.append
(org.apache.hadoop.hbase.CacheEvictionStats stats) -
Uses of org.apache.hadoop.hbase.CacheEvictionStats in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.CacheEvictionStats
Admin.clearBlockCache
(org.apache.hadoop.hbase.TableName tableName) Clear all the blocks corresponding to this table from BlockCache.Modifier and TypeMethodDescriptionCompletableFuture<org.apache.hadoop.hbase.CacheEvictionStats>
AsyncAdmin.clearBlockCache
(org.apache.hadoop.hbase.TableName tableName) Clear all the blocks corresponding to this table from BlockCache. -
Uses of org.apache.hadoop.hbase.CacheEvictionStats in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptiondefault void
RegionServerObserver.postClearRegionBlockCache
(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.CacheEvictionStats stats) Called after clearing the block caches for one or more regions -
Uses of org.apache.hadoop.hbase.CacheEvictionStats in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionvoid
RegionServerCoprocessorHost.postClearRegionBlockCache
(org.apache.hadoop.hbase.CacheEvictionStats stats) -
Uses of org.apache.hadoop.hbase.CacheEvictionStats in org.apache.hadoop.hbase.shaded.protobuf
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.CacheEvictionStats
ProtobufUtil.toCacheEvictionStats
(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.CacheEvictionStats stats) Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.CacheEvictionStats
ProtobufUtil.toCacheEvictionStats
(org.apache.hadoop.hbase.CacheEvictionStats cacheEvictionStats)