public interface Stat extends Serializable
| 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 getType()
String getName()
String getFullName()
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 © 2024. All rights reserved.