| Modifier and Type | Field and Description |
|---|---|
protected ClusterStatusProtos.RegionLoad |
RegionLoad.regionLoadPB
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterStatusProtos.RegionLoad |
RegionMetricsBuilder.toRegionLoad(RegionMetrics regionMetrics) |
| Modifier and Type | Method and Description |
|---|---|
static RegionMetrics |
RegionMetricsBuilder.toRegionMetrics(ClusterStatusProtos.RegionLoad regionLoadPB) |
| Constructor and Description |
|---|
RegionLoad(ClusterStatusProtos.RegionLoad regionLoadPB)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterStatusProtos.RegionLoad |
HRegionServer.createRegionLoad(String encodedRegionName) |
| Modifier and Type | Method and Description |
|---|---|
static long |
ProtobufUtil.getTotalRequestsCount(ClusterStatusProtos.RegionLoad rl) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.RegionLoad.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.Builder.build() |
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.Builder.buildPartial() |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.getDefaultInstance() |
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.getDefaultInstanceForType() |
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.Builder.getDefaultInstanceForType() |
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.ServerLoadOrBuilder.getRegionLoads(int index)
Information on the load of individual regions.
|
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.ServerLoad.getRegionLoads(int index)
Information on the load of individual regions.
|
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.ServerLoad.Builder.getRegionLoads(int index)
Information on the load of individual regions.
|
ClusterStatusProtos.RegionLoad |
AdminProtos.GetRegionLoadResponseOrBuilder.getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 1; |
ClusterStatusProtos.RegionLoad |
AdminProtos.GetRegionLoadResponse.getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 1; |
ClusterStatusProtos.RegionLoad |
AdminProtos.GetRegionLoadResponse.Builder.getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 1; |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseDelimitedFrom(InputStream input) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(byte[] data) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(ByteBuffer data) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(InputStream input) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.RegionLoad.getParserForType() |
List<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.ServerLoadOrBuilder.getRegionLoadsList()
Information on the load of individual regions.
|
List<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.ServerLoad.getRegionLoadsList()
Information on the load of individual regions.
|
List<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.ServerLoad.Builder.getRegionLoadsList()
Information on the load of individual regions.
|
List<ClusterStatusProtos.RegionLoad> |
AdminProtos.GetRegionLoadResponseOrBuilder.getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 1; |
List<ClusterStatusProtos.RegionLoad> |
AdminProtos.GetRegionLoadResponse.getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 1; |
List<ClusterStatusProtos.RegionLoad> |
AdminProtos.GetRegionLoadResponse.Builder.getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 1; |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.RegionLoad.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addRegionLoads(ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
|
AdminProtos.GetRegionLoadResponse.Builder |
AdminProtos.GetRegionLoadResponse.Builder.addRegionLoads(ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 1; |
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
|
AdminProtos.GetRegionLoadResponse.Builder |
AdminProtos.GetRegionLoadResponse.Builder.addRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 1; |
ClusterStatusProtos.RegionLoad.Builder |
ClusterStatusProtos.RegionLoad.Builder.mergeFrom(ClusterStatusProtos.RegionLoad other) |
static ClusterStatusProtos.RegionLoad.Builder |
ClusterStatusProtos.RegionLoad.newBuilder(ClusterStatusProtos.RegionLoad prototype) |
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.setRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
|
AdminProtos.GetRegionLoadResponse.Builder |
AdminProtos.GetRegionLoadResponse.Builder.setRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 1; |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
Information on the load of individual regions.
|
AdminProtos.GetRegionLoadResponse.Builder |
AdminProtos.GetRegionLoadResponse.Builder.addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
repeated .hbase.pb.RegionLoad region_loads = 1; |
Copyright © 2007–2019 Cloudera. All rights reserved.