Interface FunctionStats
-
public interface FunctionStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionStatscalculateOverall()java.lang.DoublegetAvgProcessLatency()java.util.List<? extends FunctionInstanceStats>getInstances()java.lang.LonggetLastInvocation()FunctionInstanceStatsDataBasegetOneMin()longgetProcessedSuccessfullyTotal()longgetReceivedTotal()longgetSystemExceptionsTotal()longgetUserExceptionsTotal()
-
-
-
Method Detail
-
calculateOverall
FunctionStats calculateOverall()
-
getReceivedTotal
long getReceivedTotal()
-
getProcessedSuccessfullyTotal
long getProcessedSuccessfullyTotal()
-
getSystemExceptionsTotal
long getSystemExceptionsTotal()
-
getUserExceptionsTotal
long getUserExceptionsTotal()
-
getAvgProcessLatency
java.lang.Double getAvgProcessLatency()
-
getOneMin
FunctionInstanceStatsDataBase getOneMin()
-
getLastInvocation
java.lang.Long getLastInvocation()
-
getInstances
java.util.List<? extends FunctionInstanceStats> getInstances()
-
-