Class Gauge

java.lang.Object
com.clickhouse.client.api.internal.Gauge
All Implemented Interfaces:
Metric

public class Gauge extends Object implements Metric
  • Constructor Details

    • Gauge

      public Gauge(long readRows)
  • Method Details

    • set

      public void set(long value)
    • getLong

      public long getLong()
      Description copied from interface: Metric
      Returns value of the metric as a long.
      Specified by:
      getLong in interface Metric
      Returns:
      value of the metric as a long