public final class StatImpl extends Object implements Stat
| Constructor and Description |
|---|
StatImpl() |
StatImpl(String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgTimeMs() |
double |
getAvgTimeSampleMs() |
long |
getFailedLeapsCount() |
String |
getFullName() |
long |
getLeapsCount() |
double |
getLeapTimeMs() |
double |
getMaxTimeMs() |
double |
getMaxTimeSampleMs() |
double |
getMinTimeMs() |
double |
getMinTimeSampleMs() |
String |
getName() |
long |
getPeersCount() |
double |
getTotalTimeMs() |
String |
getType() |
void |
reset() |
String |
toString() |
public String getFullName()
getFullName in interface Statpublic 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 © 2024. All rights reserved.