Class MultiResponse.RegionResult

java.lang.Object
org.apache.hadoop.hbase.client.MultiResponse.RegionResult
Enclosing class:
MultiResponse

static class MultiResponse.RegionResult extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) Map<Integer,Object>
     
    (package private) org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addResult(int index, Object result)
     
    org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats
     
    void
    setStat(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats stat)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • addResult

      public void addResult(int index, Object result)
    • setStat

      public void setStat(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats stat)
    • size

      public int size()
    • getStat

      public org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats getStat()