接口 FunctionStats
public interface FunctionStats
-
方法概要
-
方法详细资料
-
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()
-