Interface FunctionInstanceStatsData
-
- All Superinterfaces:
FunctionInstanceStatsDataBase
public interface FunctionInstanceStatsData extends FunctionInstanceStatsDataBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.LonggetLastInvocation()FunctionInstanceStatsDataBasegetOneMin()java.util.Map<java.lang.String,java.lang.Double>getUserMetrics()-
Methods inherited from interface org.apache.pulsar.common.policies.data.FunctionInstanceStatsDataBase
getAvgProcessLatency, getProcessedSuccessfullyTotal, getReceivedTotal, getSystemExceptionsTotal, getUserExceptionsTotal
-
-
-
-
Method Detail
-
getOneMin
FunctionInstanceStatsDataBase getOneMin()
-
getLastInvocation
java.lang.Long getLastInvocation()
-
getUserMetrics
java.util.Map<java.lang.String,java.lang.Double> getUserMetrics()
-
-