Uses of Class
org.apache.hadoop.hbase.CacheEvictionStats
Packages that use CacheEvictionStats
Package
Description
Provides HBase Client
Table of Contents
- 
Uses of CacheEvictionStats in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return CacheEvictionStatsModifier and TypeMethodDescriptionCacheEvictionStatsBuilder.build()CacheEvictionStatsAggregator.sum()Methods in org.apache.hadoop.hbase with parameters of type CacheEvictionStatsModifier and TypeMethodDescriptionvoidCacheEvictionStatsAggregator.append(CacheEvictionStats stats) CacheEvictionStatsBuilder.append(CacheEvictionStats stats)  - 
Uses of CacheEvictionStats in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return CacheEvictionStatsModifier and TypeMethodDescriptionAdmin.clearBlockCache(TableName tableName) Clear all the blocks corresponding to this table from BlockCache.private CacheEvictionStatsHBaseAdmin.clearBlockCache(ServerName sn, List<RegionInfo> hris) HBaseAdmin.clearBlockCache(TableName tableName) Clear all the blocks corresponding to this table from BlockCache.Methods in org.apache.hadoop.hbase.client that return types with arguments of type CacheEvictionStatsModifier 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
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type CacheEvictionStatsModifier and TypeMethodDescriptiondefault voidRegionServerObserver.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
Methods in org.apache.hadoop.hbase.regionserver that return CacheEvictionStatsModifier and TypeMethodDescription(package private) CacheEvictionStatsHRegionServer.clearRegionBlockCache(Region region) Methods in org.apache.hadoop.hbase.regionserver with parameters of type CacheEvictionStatsModifier and TypeMethodDescriptionvoidRegionServerCoprocessorHost.postClearRegionBlockCache(CacheEvictionStats stats)  - 
Uses of CacheEvictionStats in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return CacheEvictionStats