public interface FunctionStats
| Modifier and Type | Method and Description |
|---|---|
FunctionStats |
calculateOverall() |
Double |
getAvgProcessLatency() |
List<? extends FunctionInstanceStats> |
getInstances() |
Long |
getLastInvocation() |
FunctionInstanceStatsDataBase |
getOneMin() |
long |
getProcessedSuccessfullyTotal() |
long |
getReceivedTotal() |
long |
getSystemExceptionsTotal() |
long |
getUserExceptionsTotal() |
FunctionStats calculateOverall()
long getReceivedTotal()
long getProcessedSuccessfullyTotal()
long getSystemExceptionsTotal()
long getUserExceptionsTotal()
Double getAvgProcessLatency()
FunctionInstanceStatsDataBase getOneMin()
Long getLastInvocation()
List<? extends FunctionInstanceStats> getInstances()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.