protected static class PerformanceEvaluation.RunResult extends Object implements Comparable<PerformanceEvaluation.RunResult>
Modifier and Type | Field and Description |
---|---|
long |
duration |
com.codahale.metrics.Histogram |
hist |
long |
numbOfReplyOverThreshold |
long |
numOfReplyFromReplica |
public final long duration
public final com.codahale.metrics.Histogram hist
public final long numbOfReplyOverThreshold
public final long numOfReplyFromReplica
public RunResult(long duration, com.codahale.metrics.Histogram hist)
public RunResult(long duration, long numbOfReplyOverThreshold, long numOfReplyFromReplica, com.codahale.metrics.Histogram hist)
public int compareTo(PerformanceEvaluation.RunResult o)
compareTo
in interface Comparable<PerformanceEvaluation.RunResult>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.