Class ConnectionPoolGauge

  • All Implemented Interfaces:
    org.eclipse.microprofile.metrics.Gauge<Long>, org.eclipse.microprofile.metrics.Metric

    public class ConnectionPoolGauge
    extends Object
    implements org.eclipse.microprofile.metrics.Gauge<Long>
    • Constructor Detail

      • ConnectionPoolGauge

        public ConnectionPoolGauge()
    • Method Detail

      • decrement

        public void decrement()
      • increment

        public void increment()
      • getValue

        public Long getValue()
        Specified by:
        getValue in interface org.eclipse.microprofile.metrics.Gauge<Long>