Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoadOrBuilder

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

Classes in org.apache.hadoop.hbase.protobuf.generated that implement ClusterStatusProtos.RegionLoadOrBuilder
static class ClusterStatusProtos.RegionLoad
          Protobuf type RegionLoad
static class ClusterStatusProtos.RegionLoad.Builder
          Protobuf type RegionLoad
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.RegionLoadOrBuilder
 ClusterStatusProtos.RegionLoadOrBuilder ClusterStatusProtos.ServerLoadOrBuilder.getRegionLoadsOrBuilder(int index)
          repeated .RegionLoad region_loads = 5;
 ClusterStatusProtos.RegionLoadOrBuilder ClusterStatusProtos.ServerLoad.getRegionLoadsOrBuilder(int index)
          repeated .RegionLoad region_loads = 5;
 ClusterStatusProtos.RegionLoadOrBuilder ClusterStatusProtos.ServerLoad.Builder.getRegionLoadsOrBuilder(int index)
          repeated .RegionLoad region_loads = 5;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterStatusProtos.RegionLoadOrBuilder
 List<? extends ClusterStatusProtos.RegionLoadOrBuilder> ClusterStatusProtos.ServerLoadOrBuilder.getRegionLoadsOrBuilderList()
          repeated .RegionLoad region_loads = 5;
 List<? extends ClusterStatusProtos.RegionLoadOrBuilder> ClusterStatusProtos.ServerLoad.getRegionLoadsOrBuilderList()
          repeated .RegionLoad region_loads = 5;
 List<? extends ClusterStatusProtos.RegionLoadOrBuilder> ClusterStatusProtos.ServerLoad.Builder.getRegionLoadsOrBuilderList()
          repeated .RegionLoad region_loads = 5;
 



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