Package org.droolsassert.util
Interface Stat
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StatImpl
public interface Stat extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAvgTimeMs()doublegetAvgTimeSampleMs()longgetFailedLeapsCount()StringgetFullName()longgetLeapsCount()doublegetLeapTimeMs()doublegetMaxTimeMs()doublegetMaxTimeSampleMs()doublegetMinTimeMs()doublegetMinTimeSampleMs()StringgetName()longgetPeersCount()doublegetTotalTimeMs()StringgetType()voidreset()
-
-
-
Method Detail
-
getType
String getType()
-
getName
String getName()
-
getFullName
String getFullName()
-
getLeapsCount
long getLeapsCount()
-
getMinTimeMs
double getMinTimeMs()
-
getMinTimeSampleMs
double getMinTimeSampleMs()
-
getMaxTimeMs
double getMaxTimeMs()
-
getMaxTimeSampleMs
double getMaxTimeSampleMs()
-
getLeapTimeMs
double getLeapTimeMs()
-
getAvgTimeMs
double getAvgTimeMs()
-
getAvgTimeSampleMs
double getAvgTimeSampleMs()
-
getTotalTimeMs
double getTotalTimeMs()
-
getFailedLeapsCount
long getFailedLeapsCount()
-
getPeersCount
long getPeersCount()
-
reset
void reset()
-
-