public interface Stat extends Serializable
| 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 getDomain()
long getLeapsCount()
double getMinTimeMs()
double getMinTimeSampleMs()
double getMaxTimeMs()
double getMaxTimeSampleMs()
double getLeapTimeMs()
double getAvgTimeMs()
double getAvgTimeSampleMs()
double getTotalTimeMs()
long getFailedLeapsCount()
long getPeersCount()
void reset()
Copyright © 2021. All rights reserved.