Interface FunctionStats
public interface FunctionStats
- 
Method Summary
- 
Method Details- 
calculateOverallFunctionStats calculateOverall()
- 
getReceivedTotallong getReceivedTotal()
- 
getProcessedSuccessfullyTotallong getProcessedSuccessfullyTotal()
- 
getSystemExceptionsTotallong getSystemExceptionsTotal()
- 
getUserExceptionsTotallong getUserExceptionsTotal()
- 
getAvgProcessLatencyDouble getAvgProcessLatency()
- 
getOneMinFunctionInstanceStatsDataBase getOneMin()
- 
getLastInvocationLong getLastInvocation()
- 
getInstancesList<? extends FunctionInstanceStats> getInstances()
 
-