程序包 | 说明 |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
org.apache.hadoop.hbase.shaded.protobuf |
限定符和类型 | 方法和说明 |
---|---|
CacheEvictionStats |
CacheEvictionStatsBuilder.build() |
CacheEvictionStats |
CacheEvictionStatsAggregator.sum() |
限定符和类型 | 方法和说明 |
---|---|
void |
CacheEvictionStatsAggregator.append(CacheEvictionStats stats) |
CacheEvictionStatsBuilder |
CacheEvictionStatsBuilder.append(CacheEvictionStats stats) |
限定符和类型 | 方法和说明 |
---|---|
CacheEvictionStats |
Admin.clearBlockCache(TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
CacheEvictionStats |
HBaseAdmin.clearBlockCache(TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
限定符和类型 | 方法和说明 |
---|---|
CompletableFuture<CacheEvictionStats> |
AsyncAdmin.clearBlockCache(TableName tableName)
Clear all the blocks corresponding to this table from BlockCache.
|
限定符和类型 | 方法和说明 |
---|---|
static CacheEvictionStats |
ProtobufUtil.toCacheEvictionStats(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.CacheEvictionStats stats) |
限定符和类型 | 方法和说明 |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.CacheEvictionStats |
ProtobufUtil.toCacheEvictionStats(CacheEvictionStats cacheEvictionStats) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.