Uses of Class
org.apache.hadoop.hbase.CacheEvictionStats
Packages that use 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
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.CacheEvictionStats in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.CacheEvictionStats
CacheEvictionStatsBuilder.build()
org.apache.hadoop.hbase.CacheEvictionStats
CacheEvictionStatsAggregator.sum()
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.CacheEvictionStats in inModifier 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
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.CacheEvictionStats in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.CacheEvictionStats
Admin.clearBlockCache
(org.apache.hadoop.hbase.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 org.apache.hadoop.hbase.CacheEvictionStats in inModifier 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
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.CacheEvictionStats in inModifier 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
Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.CacheEvictionStats in inModifier and TypeMethodDescriptionvoid
RegionServerCoprocessorHost.postClearRegionBlockCache
(org.apache.hadoop.hbase.CacheEvictionStats stats) -
Uses of org.apache.hadoop.hbase.CacheEvictionStats in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.CacheEvictionStats in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.CacheEvictionStats
ProtobufUtil.toCacheEvictionStats
(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.CacheEvictionStats stats) Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.CacheEvictionStats in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.CacheEvictionStats
ProtobufUtil.toCacheEvictionStats
(org.apache.hadoop.hbase.CacheEvictionStats cacheEvictionStats)