Class JdbcMetricsCounter

java.lang.Object
io.helidon.dbclient.metrics.jdbc.JdbcMetricsCounter
All Implemented Interfaces:
Counter, Counting, Metric

public class JdbcMetricsCounter extends Object implements Counter
Counter metric wrapper for Hikari CP metric.
  • Method Details

    • inc

      public void inc()
      Specified by:
      inc in interface Counter
    • inc

      public void inc(long n)
      Specified by:
      inc in interface Counter
    • getCount

      public long getCount()
      Specified by:
      getCount in interface Counter
      Specified by:
      getCount in interface Counting