Class AuthStoreMetrics.LongGauge

java.lang.Object
io.confluent.security.auth.utils.AuthStoreMetrics.LongGauge
All Implemented Interfaces:
org.apache.kafka.common.metrics.Gauge<Long>, org.apache.kafka.common.metrics.MetricValueProvider<Long>
Enclosing class:
AuthStoreMetrics

public static class AuthStoreMetrics.LongGauge extends Object implements org.apache.kafka.common.metrics.Gauge<Long>
  • Method Details

    • value

      public Long value(org.apache.kafka.common.metrics.MetricConfig config, long now)
      Specified by:
      value in interface org.apache.kafka.common.metrics.Gauge<Long>