Package org.apache.hadoop.hbase
Class PerformanceEvaluation.RunResult
java.lang.Object
org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
- All Implemented Interfaces:
Comparable<PerformanceEvaluation.RunResult>
- Enclosing class:
- PerformanceEvaluation
protected static class PerformanceEvaluation.RunResult
extends Object
implements Comparable<PerformanceEvaluation.RunResult>
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
final com.codahale.metrics.Histogram
final long
final long
-
Constructor Summary
-
Method Summary
-
Field Details
-
duration
-
hist
-
numbOfReplyOverThreshold
-
numOfReplyFromReplica
-
-
Constructor Details
-
RunResult
-
RunResult
public RunResult(long duration, long numbOfReplyOverThreshold, long numOfReplyFromReplica, com.codahale.metrics.Histogram hist)
-
-
Method Details
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PerformanceEvaluation.RunResult>
-
equals
-
hashCode
-