Class IntegrationTestRegionReplicaPerf.TimingResult

java.lang.Object
org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf.TimingResult
Enclosing class:
IntegrationTestRegionReplicaPerf

Record the results from a single PerformanceEvaluation job run.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final long
     
    final long
     
    final org.apache.hadoop.hbase.PerformanceEvaluation.RunResult[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TimingResult(long numRows, long elapsedTime, org.apache.hadoop.hbase.PerformanceEvaluation.RunResult[] results)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

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

    • numRows

      public final long numRows
    • elapsedTime

      public final long elapsedTime
    • results

      public final org.apache.hadoop.hbase.PerformanceEvaluation.RunResult[] results
  • Constructor Details

    • TimingResult

      public TimingResult(long numRows, long elapsedTime, org.apache.hadoop.hbase.PerformanceEvaluation.RunResult[] results)
  • Method Details