Class FunctionInstanceStatsDataBaseImpl

java.lang.Object
org.apache.pulsar.common.policies.data.FunctionInstanceStatsDataBaseImpl
All Implemented Interfaces:
FunctionInstanceStatsDataBase
Direct Known Subclasses:
FunctionInstanceStatsDataImpl

public class FunctionInstanceStatsDataBaseImpl extends Object implements FunctionInstanceStatsDataBase
Function instance statistics data base.
  • Field Details

    • receivedTotal

      public long receivedTotal
      Total number of records function received from source for instance.
    • processedSuccessfullyTotal

      public long processedSuccessfullyTotal
      Total number of records successfully processed by user function for instance.
    • systemExceptionsTotal

      public long systemExceptionsTotal
      Total number of system exceptions thrown for instance.
    • userExceptionsTotal

      public long userExceptionsTotal
      Total number of user exceptions thrown for instance.
    • avgProcessLatency

      public Double avgProcessLatency
      Average process latency for function for instance.
  • Constructor Details

    • FunctionInstanceStatsDataBaseImpl

      public FunctionInstanceStatsDataBaseImpl()