public final class StatImpl extends Object implements Stat
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgTimeMs() |
double |
getAvgTimeSampleMs() |
String |
getDomain() |
long |
getFailedLeapsCount() |
long |
getLeapsCount() |
double |
getLeapTimeMs() |
double |
getMaxTimeMs() |
double |
getMaxTimeSampleMs() |
double |
getMinTimeMs() |
double |
getMinTimeSampleMs() |
long |
getPeersCount() |
double |
getTotalTimeMs() |
void |
reset() |
String |
toString() |
public StatImpl()
public StatImpl(String domain)
public long getLeapsCount()
getLeapsCount in interface Statpublic double getLeapTimeMs()
getLeapTimeMs in interface Statpublic double getMinTimeMs()
getMinTimeMs in interface Statpublic double getMinTimeSampleMs()
getMinTimeSampleMs in interface Statpublic double getMaxTimeMs()
getMaxTimeMs in interface Statpublic double getMaxTimeSampleMs()
getMaxTimeSampleMs in interface Statpublic double getAvgTimeMs()
getAvgTimeMs in interface Statpublic double getAvgTimeSampleMs()
getAvgTimeSampleMs in interface Statpublic double getTotalTimeMs()
getTotalTimeMs in interface Statpublic long getFailedLeapsCount()
getFailedLeapsCount in interface Statpublic long getPeersCount()
getPeersCount in interface StatCopyright © 2020. All rights reserved.