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

    • 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_RECEIVED

      public static final FrankMeterType RECEIVER_RECEIVED
    • RECEIVER_REJECTED

      public static final FrankMeterType RECEIVER_REJECTED
    • RECEIVER_RETRIED

      public static final FrankMeterType RECEIVER_RETRIED
    • SENDER_HTTP

      public static final FrankMeterType SENDER_HTTP
    • SENDER_HTTP_POOL_MAX

      public static final FrankMeterType SENDER_HTTP_POOL_MAX
    • SENDER_HTTP_POOL_AVAILABLE

      public static final FrankMeterType SENDER_HTTP_POOL_AVAILABLE
    • SENDER_HTTP_POOL_LEASED

      public static final FrankMeterType SENDER_HTTP_POOL_LEASED
    • SENDER_HTTP_POOL_PENDING

      public static final FrankMeterType SENDER_HTTP_POOL_PENDING
    • LISTENER_MESSAGE_PEEKING

      public static final FrankMeterType LISTENER_MESSAGE_PEEKING
    • LISTENER_MESSAGE_RECEIVING

      public static final FrankMeterType LISTENER_MESSAGE_RECEIVING
  • 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()