Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.client.backoff | |
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
RegionLoadStats |
Result.getStats() |
Modifier and Type | Method and Description |
---|---|
void |
Result.setStatistics(RegionLoadStats loadStats)
Set load information about the region to the information about the result
|
void |
MetricsConnection.RegionStats.update(RegionLoadStats regionStatistics) |
void |
ServerStatisticTracker.updateRegionStats(ServerName server,
byte[] region,
RegionLoadStats currentStats) |
void |
StatisticTrackable.updateRegionStats(ServerName server,
byte[] region,
RegionLoadStats stats)
Update stats per region.
|
void |
MetricsConnection.updateRegionStats(ServerName serverName,
byte[] regionName,
RegionLoadStats stats) |
static void |
ResultStatsUtil.updateStats(StatisticTrackable tracker,
ServerName server,
byte[] regionName,
RegionLoadStats stats) |
Modifier and Type | Method and Description |
---|---|
void |
ServerStatistics.update(byte[] region,
RegionLoadStats currentStats)
Good enough attempt.
|
void |
ServerStatistics.RegionStatistics.update(RegionLoadStats currentStats) |
Modifier and Type | Method and Description |
---|---|
static RegionLoadStats |
ProtobufUtil.createRegionLoadStats(ClientProtos.RegionLoadStats stats) |
Copyright © 2007–2019 Cloudera. All rights reserved.