类 FunctionStatsImpl

java.lang.Object
org.apache.pulsar.common.policies.data.FunctionStatsImpl
所有已实现的接口:
FunctionStats

public class FunctionStatsImpl extends Object implements FunctionStats
Statistics for Pulsar Function.
  • 字段详细资料

    • receivedTotal

      public long receivedTotal
      Overall total number of records function received from source.
    • processedSuccessfullyTotal

      public long processedSuccessfullyTotal
      Overall total number of records successfully processed by user function.
    • systemExceptionsTotal

      public long systemExceptionsTotal
      Overall total number of system exceptions thrown.
    • userExceptionsTotal

      public long userExceptionsTotal
      Overall total number of user exceptions thrown.
    • avgProcessLatency

      public Double avgProcessLatency
      Average process latency for function.
    • oneMin

    • lastInvocation

      public Long lastInvocation
      Timestamp of when the function was last invoked by any instance.
    • instances

      public List<FunctionInstanceStatsImpl> instances
  • 构造器详细资料

    • FunctionStatsImpl

      public FunctionStatsImpl()
  • 方法详细资料