Package org.apache.hadoop.hbase
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
FieldsModifier and TypeFieldDescriptionfinal longfinal longfinal org.apache.hadoop.hbase.PerformanceEvaluation.RunResult[] -
Constructor Summary
ConstructorsConstructorDescriptionTimingResult(long numRows, long elapsedTime, org.apache.hadoop.hbase.PerformanceEvaluation.RunResult[] results) -
Method Summary
-
Field Details
-
numRows
-
elapsedTime
-
results
-
-
Constructor Details
-
TimingResult
public TimingResult(long numRows, long elapsedTime, org.apache.hadoop.hbase.PerformanceEvaluation.RunResult[] results)
-
-
Method Details