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.CacheEvictionStatsCacheEvictionStatsBuilder.build()org.apache.hadoop.hbase.CacheEvictionStatsCacheEvictionStatsAggregator.sum()Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.CacheEvictionStats in inModifier and TypeMethodDescriptionvoidCacheEvictionStatsAggregator.append(org.apache.hadoop.hbase.CacheEvictionStats stats) org.apache.hadoop.hbase.CacheEvictionStatsBuilderCacheEvictionStatsBuilder.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.CacheEvictionStatsAdmin.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 voidRegionServerObserver.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 TypeMethodDescriptionvoidRegionServerCoprocessorHost.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.CacheEvictionStatsProtobufUtil.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.CacheEvictionStatsProtobufUtil.toCacheEvictionStats(org.apache.hadoop.hbase.CacheEvictionStats cacheEvictionStats)