Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.client.backoff | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
ClientProtos.RegionLoadStats |
Result.getStats() |
Modifier and Type | Method and Description |
---|---|
void |
Result.addResults(ClientProtos.RegionLoadStats loadStats)
Deprecated.
|
void |
Result.setStatistics(ClientProtos.RegionLoadStats loadStats)
Set load information about the region to the information about the result
|
void |
ServerStatisticTracker.updateRegionStats(ServerName server,
byte[] region,
ClientProtos.RegionLoadStats currentStats) |
Modifier and Type | Method and Description |
---|---|
void |
ServerStatistics.update(byte[] region,
ClientProtos.RegionLoadStats currentStats)
Good enough attempt.
|
void |
ServerStatistics.RegionStatistics.update(ClientProtos.RegionLoadStats currentStats) |
Modifier and Type | Method and Description |
---|---|
static ClientProtos.ResultOrException.Builder |
ResponseConverter.buildActionResult(ClientProtos.Result r,
ClientProtos.RegionLoadStats stats)
Wrap a throwable to an action result.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClientProtos.RegionLoadStats> |
ClientProtos.RegionLoadStats.PARSER |
Modifier and Type | Method and Description |
---|---|
ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.Builder.build() |
ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.Builder.buildPartial() |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.getDefaultInstance() |
ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.getDefaultInstanceForType() |
ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.Builder.getDefaultInstanceForType() |
ClientProtos.RegionLoadStats |
ClientProtos.ResultOrExceptionOrBuilder.getLoadStats()
optional .RegionLoadStats loadStats = 5; |
ClientProtos.RegionLoadStats |
ClientProtos.ResultOrException.getLoadStats()
optional .RegionLoadStats loadStats = 5; |
ClientProtos.RegionLoadStats |
ClientProtos.ResultOrException.Builder.getLoadStats()
optional .RegionLoadStats loadStats = 5; |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseDelimitedFrom(InputStream input) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseFrom(byte[] data) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseFrom(InputStream input) |
static ClientProtos.RegionLoadStats |
ClientProtos.RegionLoadStats.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.RegionLoadStats> |
ClientProtos.RegionLoadStats.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.RegionLoadStats.Builder |
ClientProtos.RegionLoadStats.Builder.mergeFrom(ClientProtos.RegionLoadStats other) |
ClientProtos.ResultOrException.Builder |
ClientProtos.ResultOrException.Builder.mergeLoadStats(ClientProtos.RegionLoadStats value)
optional .RegionLoadStats loadStats = 5; |
static ClientProtos.RegionLoadStats.Builder |
ClientProtos.RegionLoadStats.newBuilder(ClientProtos.RegionLoadStats prototype) |
ClientProtos.ResultOrException.Builder |
ClientProtos.ResultOrException.Builder.setLoadStats(ClientProtos.RegionLoadStats value)
optional .RegionLoadStats loadStats = 5; |
Modifier and Type | Method and Description |
---|---|
ClientProtos.RegionLoadStats |
HRegion.getRegionStats() |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.