Class HotspotInfo
java.lang.Object
top.magstar.framework.events.models.monitors.HotspotInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublelongdoublelongvoidrecordInvocation(long executionTimeMs) void
-
Constructor Details
-
HotspotInfo
-
-
Method Details
-
recordInvocation
public void recordInvocation(long executionTimeMs) -
resetPeriodStats
public void resetPeriodStats() -
getHandlerId
-
getInvocationCount
public long getInvocationCount() -
getPeriodInvocations
public long getPeriodInvocations() -
getInvocationsPerSecond
public double getInvocationsPerSecond() -
getAverageExecutionTime
public double getAverageExecutionTime()
-