类 FunctionStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.FunctionStatsImpl
- 所有已实现的接口:
FunctionStats
Statistics for Pulsar Function.
-
字段概要
字段修饰符和类型字段说明Average process latency for function.Timestamp of when the function was last invoked by any instance.longOverall total number of records successfully processed by user function.longOverall total number of records function received from source.longOverall total number of system exceptions thrown.longOverall total number of user exceptions thrown. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddInstance(FunctionInstanceStatsImpl functionInstanceStats) static FunctionStatsImpl从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.policies.data.FunctionStats
getAvgProcessLatency, getInstances, getLastInvocation, getOneMin, getProcessedSuccessfullyTotal, getReceivedTotal, getSystemExceptionsTotal, getUserExceptionsTotal
-
字段详细资料
-
receivedTotal
public long receivedTotalOverall total number of records function received from source. -
processedSuccessfullyTotal
public long processedSuccessfullyTotalOverall total number of records successfully processed by user function. -
systemExceptionsTotal
public long systemExceptionsTotalOverall total number of system exceptions thrown. -
userExceptionsTotal
public long userExceptionsTotalOverall total number of user exceptions thrown. -
avgProcessLatency
Average process latency for function. -
oneMin
-
lastInvocation
Timestamp of when the function was last invoked by any instance. -
instances
-
-
构造器详细资料
-
FunctionStatsImpl
public FunctionStatsImpl()
-
-
方法详细资料
-
addInstance
-
calculateOverall
- 指定者:
calculateOverall在接口中FunctionStats
-
decode
- 抛出:
IOException
-