Class Point

java.lang.Object
com.influxdb.client.write.Point

@NotThreadSafe public final class Point extends Object
Point defines the values that will be written to the database. See Go Implementation.
Author:
Jakub Bednar (bednar@github) (11/10/2018 11:40)
  • Constructor Details

    • Point

      public Point(@Nonnull String measurementName)
      Create a new Point with specified a measurement name.
      Parameters:
      measurementName - the measurement name
  • Method Details