Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private CacheEvictionStatsBuilder |
CacheEvictionStatsAggregator.builder |
Modifier and Type | Method and Description |
---|---|
CacheEvictionStatsBuilder |
CacheEvictionStatsBuilder.append(CacheEvictionStats stats) |
static CacheEvictionStatsBuilder |
CacheEvictionStats.builder() |
CacheEvictionStatsBuilder |
CacheEvictionStatsBuilder.withEvictedBlocks(long evictedBlocks) |
CacheEvictionStatsBuilder |
CacheEvictionStatsBuilder.withMaxCacheSize(long maxCacheSize) |
Constructor and Description |
---|
CacheEvictionStats(CacheEvictionStatsBuilder builder) |
Modifier and Type | Method and Description |
---|---|
private List<HRegion> |
RSRpcServices.getRegions(List<org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.RegionSpecifier> regionSpecifiers,
CacheEvictionStatsBuilder stats)
Find the List of HRegions based on a list of region specifiers
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.