Enum Class FrankMeterType

java.lang.Object
java.lang.Enum<FrankMeterType>
org.frankframework.statistics.FrankMeterType
All Implemented Interfaces:
Serializable, Comparable<FrankMeterType>, Constable

public enum FrankMeterType extends Enum<FrankMeterType>
  • Enum Constant Details

    • TOTAL_MESSAGES_IN_ERROR

      public static final FrankMeterType TOTAL_MESSAGES_IN_ERROR
    • TOTAL_MESSAGES_PROCESSED

      public static final FrankMeterType TOTAL_MESSAGES_PROCESSED
    • TOTAL_MESSAGES_REJECTED

      public static final FrankMeterType TOTAL_MESSAGES_REJECTED
    • JOB_DURATION

      public static final FrankMeterType JOB_DURATION
    • PIPE_DURATION

      public static final FrankMeterType PIPE_DURATION
    • PIPE_SIZE_IN

      public static final FrankMeterType PIPE_SIZE_IN
    • PIPE_SIZE_OUT

      public static final FrankMeterType PIPE_SIZE_OUT
    • PIPE_WAIT_TIME

      public static final FrankMeterType PIPE_WAIT_TIME
    • PIPELINE_DURATION

      public static final FrankMeterType PIPELINE_DURATION
    • PIPELINE_SIZE

      public static final FrankMeterType PIPELINE_SIZE
    • PIPELINE_WAIT_TIME

      public static final FrankMeterType PIPELINE_WAIT_TIME
    • PIPELINE_IN_ERROR

      public static final FrankMeterType PIPELINE_IN_ERROR
    • PIPELINE_PROCESSED

      public static final FrankMeterType PIPELINE_PROCESSED
    • PIPELINE_IN_PROCESS

      public static final FrankMeterType PIPELINE_IN_PROCESS
    • RECEIVER_DURATION

      public static final FrankMeterType RECEIVER_DURATION
    • RECEIVER_IDLE

      public static final FrankMeterType RECEIVER_IDLE
    • RECEIVER_RECEIVED

      public static final FrankMeterType RECEIVER_RECEIVED
    • RECEIVER_REJECTED

      public static final FrankMeterType RECEIVER_REJECTED
    • RECEIVER_RETRIED

      public static final FrankMeterType RECEIVER_RETRIED
  • Field Details

  • Method Details

    • values

      public static FrankMeterType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FrankMeterType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isOfType

      public boolean isOfType(io.micrometer.core.instrument.Meter meter)
    • getMeterName

      public String getMeterName()
    • getMeterType

      public io.micrometer.core.instrument.Meter.Type getMeterType()
    • getBaseUnit

      public String getBaseUnit()