Uses of Class
org.apache.hadoop.hbase.RegionLoad

Packages that use org.apache.hadoop.hbase.RegionLoad
  • Uses of org.apache.hadoop.hbase.RegionLoad in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.RegionLoad in in
    Modifier and Type
    Method
    Description
    Map<byte[],org.apache.hadoop.hbase.RegionLoad>
    ServerLoad.getRegionsLoad()
    Deprecated.
    As of release 2.0.0, this will be removed in HBase 3.0.0 Use ServerLoad.getRegionMetrics() instead.
  • Uses of org.apache.hadoop.hbase.RegionLoad in org.apache.hadoop.hbase.shaded.protobuf

    Methods in org.apache.hadoop.hbase.shaded.protobuf that return types with arguments of type org.apache.hadoop.hbase.RegionLoad in in
    Modifier and Type
    Method
    Description
    static List<org.apache.hadoop.hbase.RegionLoad>
    ProtobufUtil.getRegionLoadInfo(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.GetRegionLoadResponse regionLoadResponse)