Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad

Packages that use ClusterStatusProtos.RegionLoad
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ClusterStatusProtos.RegionLoad in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClusterStatusProtos.RegionLoad
static com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> ClusterStatusProtos.RegionLoad.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.RegionLoad
 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)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterStatusProtos.RegionLoad
 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;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.RegionLoad
 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;
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClusterStatusProtos.RegionLoad
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
          repeated .RegionLoad region_loads = 5;
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.