Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
CacheEvictionStats |
CacheEvictionStatsBuilder.build() |
CacheEvictionStats |
CacheEvictionStatsAggregator.sum() |
Modifier and Type | Method and Description |
---|---|
void |
CacheEvictionStatsAggregator.append(CacheEvictionStats stats) |
CacheEvictionStatsBuilder |
CacheEvictionStatsBuilder.append(CacheEvictionStats stats) |
Modifier and Type | Method and Description |
---|---|
CacheEvictionStats |
HBaseAdmin.clearBlockCache(TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
CacheEvictionStats |
Admin.clearBlockCache(TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<CacheEvictionStats> |
AsyncAdmin.clearBlockCache(TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
Modifier and Type | Method and Description |
---|---|
CacheEvictionStats |
HRegionServer.clearRegionBlockCache(Region region) |
Modifier and Type | Method and Description |
---|---|
static CacheEvictionStats |
ProtobufUtil.toCacheEvictionStats(HBaseProtos.CacheEvictionStats stats) |
Modifier and Type | Method and Description |
---|---|
static HBaseProtos.CacheEvictionStats |
ProtobufUtil.toCacheEvictionStats(CacheEvictionStats cacheEvictionStats) |
Copyright © 2007–2019 Cloudera. All rights reserved.