Interface FunctionStats
public interface FunctionStats
-
Method Summary
-
Method Details
-
calculateOverall
FunctionStats calculateOverall() -
getReceivedTotal
long getReceivedTotal() -
getProcessedSuccessfullyTotal
long getProcessedSuccessfullyTotal() -
getSystemExceptionsTotal
long getSystemExceptionsTotal() -
getUserExceptionsTotal
long getUserExceptionsTotal() -
getAvgProcessLatency
Double getAvgProcessLatency() -
getOneMin
FunctionInstanceStatsDataBase getOneMin() -
getLastInvocation
Long getLastInvocation() -
getInstances
List<? extends FunctionInstanceStats> getInstances()
-