| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.thrift2.client |
| Modifier and Type | Method and Description |
|---|---|
CacheEvictionStats |
CacheEvictionStatsBuilder.build() |
CacheEvictionStats |
CacheEvictionStatsAggregator.sum() |
| Modifier and Type | Method and Description |
|---|---|
CacheEvictionStatsBuilder |
CacheEvictionStatsBuilder.append(CacheEvictionStats stats) |
void |
CacheEvictionStatsAggregator.append(CacheEvictionStats stats) |
| Modifier and Type | Method and Description |
|---|---|
private CacheEvictionStats |
HBaseAdmin.clearBlockCache(ServerName sn,
List<RegionInfo> hris) |
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 |
|---|---|
private CompletableFuture<CacheEvictionStats> |
RawAsyncHBaseAdmin.clearBlockCache(ServerName serverName,
List<RegionInfo> hris) |
CompletableFuture<CacheEvictionStats> |
AsyncAdmin.clearBlockCache(TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
CompletableFuture<CacheEvictionStats> |
RawAsyncHBaseAdmin.clearBlockCache(TableName tableName) |
CompletableFuture<CacheEvictionStats> |
AsyncHBaseAdmin.clearBlockCache(TableName tableName) |
| Modifier and Type | Method and Description |
|---|---|
(package private) CacheEvictionStats |
HRegionServer.clearRegionBlockCache(Region region) |
| Modifier and Type | Method and Description |
|---|---|
CacheEvictionStats |
ThriftAdmin.clearBlockCache(TableName tableName) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.