类 FunctionInstanceStatsDataBaseImpl
java.lang.Object
org.apache.pulsar.common.policies.data.FunctionInstanceStatsDataBaseImpl
- 所有已实现的接口:
FunctionInstanceStatsDataBase
- 直接已知子类:
FunctionInstanceStatsDataImpl
public class FunctionInstanceStatsDataBaseImpl
extends Object
implements FunctionInstanceStatsDataBase
Function instance statistics data base.
-
字段概要
字段修饰符和类型字段说明Average process latency for function for instance.longTotal number of records successfully processed by user function for instance.longTotal number of records function received from source for instance.longTotal number of system exceptions thrown for instance.longTotal number of user exceptions thrown for instance. -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.policies.data.FunctionInstanceStatsDataBase
getAvgProcessLatency, getProcessedSuccessfullyTotal, getReceivedTotal, getSystemExceptionsTotal, getUserExceptionsTotal
-
字段详细资料
-
receivedTotal
public long receivedTotalTotal number of records function received from source for instance. -
processedSuccessfullyTotal
public long processedSuccessfullyTotalTotal number of records successfully processed by user function for instance. -
systemExceptionsTotal
public long systemExceptionsTotalTotal number of system exceptions thrown for instance. -
userExceptionsTotal
public long userExceptionsTotalTotal number of user exceptions thrown for instance. -
avgProcessLatency
Average process latency for function for instance.
-
-
构造器详细资料
-
FunctionInstanceStatsDataBaseImpl
public FunctionInstanceStatsDataBaseImpl()
-