Uses of Class
org.apache.hadoop.hbase.CacheEvictionStats
Package
Description
Provides HBase Client
Table of Contents
-
Uses of CacheEvictionStats in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionCacheEvictionStatsBuilder.build()
CacheEvictionStatsAggregator.sum()
Modifier and TypeMethodDescriptionvoid
CacheEvictionStatsAggregator.append
(CacheEvictionStats stats) CacheEvictionStatsBuilder.append
(CacheEvictionStats stats) -
Uses of CacheEvictionStats in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAdmin.clearBlockCache
(TableName tableName) Clear all the blocks corresponding to this table from BlockCache.AdminOverAsyncAdmin.clearBlockCache
(TableName tableName) Modifier and TypeMethodDescriptionAsyncAdmin.clearBlockCache
(TableName tableName) Clear all the blocks corresponding to this table from BlockCache.AsyncHBaseAdmin.clearBlockCache
(TableName tableName) private CompletableFuture<CacheEvictionStats>
RawAsyncHBaseAdmin.clearBlockCache
(ServerName serverName, List<RegionInfo> hris) RawAsyncHBaseAdmin.clearBlockCache
(TableName tableName) -
Uses of CacheEvictionStats in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptiondefault void
RegionServerObserver.postClearRegionBlockCache
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, CacheEvictionStats stats) Called after clearing the block caches for one or more regions -
Uses of CacheEvictionStats in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescription(package private) CacheEvictionStats
HRegionServer.clearRegionBlockCache
(Region region) Modifier and TypeMethodDescriptionvoid
RegionServerCoprocessorHost.postClearRegionBlockCache
(CacheEvictionStats stats) -
Uses of CacheEvictionStats in org.apache.hadoop.hbase.thrift2.client