程序包 | 说明 |
---|---|
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.client.backoff | |
org.apache.hadoop.hbase.shaded.protobuf |
限定符和类型 | 方法和说明 |
---|---|
RegionLoadStats |
Result.getStats() |
限定符和类型 | 方法和说明 |
---|---|
void |
Result.setStatistics(RegionLoadStats loadStats)
Set load information about the region to the information about the result
|
void |
MetricsConnection.RegionStats.update(RegionLoadStats regionStatistics) |
void |
StatisticTrackable.updateRegionStats(ServerName server,
byte[] region,
RegionLoadStats stats)
Update stats per region.
|
void |
MetricsConnection.updateRegionStats(ServerName serverName,
byte[] regionName,
RegionLoadStats stats) |
void |
ServerStatisticTracker.updateRegionStats(ServerName server,
byte[] region,
RegionLoadStats currentStats) |
static void |
ResultStatsUtil.updateStats(StatisticTrackable tracker,
ServerName server,
byte[] regionName,
RegionLoadStats stats) |
限定符和类型 | 方法和说明 |
---|---|
void |
ServerStatistics.update(byte[] region,
RegionLoadStats currentStats)
Good enough attempt.
|
void |
ServerStatistics.RegionStatistics.update(RegionLoadStats currentStats) |
限定符和类型 | 方法和说明 |
---|---|
static RegionLoadStats |
ProtobufUtil.createRegionLoadStats(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats stats) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.