public class DropwizardDistributionSummary extends AbstractDistributionSummary
DistributionSummary.BuilderMeter.Id, Meter.Type| Modifier and Type | Method and Description |
|---|---|
long |
count()
The number of times that record has been called since this timer was created.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
double |
max()
The maximum time of a single event.
|
protected void |
recordNonNegative(double amount) |
double |
totalAmount()
The total amount of all recorded events since this summary was created.
|
histogramCountAtValue, percentile, record, statsConfig, takeSnapshotgetIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilder, mean, measureprotected void recordNonNegative(double amount)
recordNonNegative in class AbstractDistributionSummarypublic long count()
DistributionSummarypublic double totalAmount()
DistributionSummarypublic double max()
DistributionSummarypublic boolean equals(java.lang.Object o)
equals in class AbstractDistributionSummarypublic int hashCode()
hashCode in class AbstractDistributionSummary