| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| 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(org.apache.hadoop.hbase.TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
CacheEvictionStats |
Admin.clearBlockCache(org.apache.hadoop.hbase.TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CacheEvictionStats> |
AsyncAdmin.clearBlockCache(org.apache.hadoop.hbase.TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheEvictionStats |
ProtobufUtil.toCacheEvictionStats(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.CacheEvictionStats stats) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.CacheEvictionStats |
ProtobufUtil.toCacheEvictionStats(CacheEvictionStats cacheEvictionStats) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.