Class InfluxDBReporter.Point

java.lang.Object
com.gigaspaces.metrics.influxdb.v_08.InfluxDBReporter.Point
Enclosing class:
InfluxDBReporter

public static class InfluxDBReporter.Point extends Object
  • Field Details

    • timestamp

      public long timestamp
    • value

      public Object value
  • Constructor Details

    • Point

      public Point()
  • Method Details

    • update

      public void update(long timestamp, Object value)