Package | Description |
---|---|
org.apache.hadoop.hbase | |
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 | Field and Description |
---|---|
protected ClusterStatusProtos.RegionLoad |
RegionLoad.regionLoadPB |
Constructor and Description |
---|
RegionLoad(ClusterStatusProtos.RegionLoad regionLoadPB) |
Modifier and Type | Method and Description |
---|---|
static long |
ProtobufUtil.getTotalRequestsCount(ClusterStatusProtos.RegionLoad rl) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.RegionLoad.PARSER |
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)
repeated .RegionLoad region_loads = 5; |
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.ServerLoad.getRegionLoads(int index)
repeated .RegionLoad region_loads = 5; |
ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.ServerLoad.Builder.getRegionLoads(int index)
repeated .RegionLoad region_loads = 5; |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseDelimitedFrom(InputStream input) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(byte[] data) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(InputStream input) |
static ClusterStatusProtos.RegionLoad |
ClusterStatusProtos.RegionLoad.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.RegionLoad.getParserForType() |
List<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.ServerLoadOrBuilder.getRegionLoadsList()
repeated .RegionLoad region_loads = 5; |
List<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.ServerLoad.getRegionLoadsList()
repeated .RegionLoad region_loads = 5; |
List<ClusterStatusProtos.RegionLoad> |
ClusterStatusProtos.ServerLoad.Builder.getRegionLoadsList()
repeated .RegionLoad region_loads = 5; |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addRegionLoads(ClusterStatusProtos.RegionLoad value)
repeated .RegionLoad region_loads = 5; |
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
repeated .RegionLoad region_loads = 5; |
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)
repeated .RegionLoad region_loads = 5; |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
repeated .RegionLoad region_loads = 5; |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.RegionLoad |
HRegionServer.createRegionLoad(String encodedRegionName) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.