Uses of Class
com.influxdb.v3.client.Point
Packages that use Point
-
Uses of Point in com.influxdb.v3.client
Methods in com.influxdb.v3.client that return PointModifier and TypeMethodDescriptionPointValues.asPoint()Creates new Point with this as values.Creates new Point with this as values with given measurement.Point.copy()Creates a copy of this object.static PointPoint.fromValues(PointValues values) Create a new Point with given values.static PointPoint.measurement(String measurementName) Create a new Point withe specified a measurement name.Point.removeField(String name) Removes a field with the specified name if it exists; otherwise, it does nothing.Removes a tag with the specified name if it exists; otherwise, it does nothing.Point.setBooleanField(String name, boolean value) Adds or replaces a boolean field.AddBooleanfield.AddDoublefield.AddLongfield.AddNumberfield.AddObjectfield.AddStringfield.Adds or replaces fields for this point.Point.setFloatField(String name, double value) Adds or replaces a float field.Point.setIntegerField(String name, long value) Adds or replaces a integer field.Point.setMeasurement(String measurement) Updates the measurement for the point.Point.setStringField(String name, String value) Adds or replaces a string field.Adds or replaces a tag value for this point.Adds or replaces tags for this point.Point.setTimestamp(Long time, WritePrecision precision) Updates the timestamp for the point.Point.setTimestamp(Number time, WritePrecision precision) Updates the timestamp for the point.Point.setTimestamp(Instant time) Updates the timestamp for the point.Methods in com.influxdb.v3.client with parameters of type PointModifier and TypeMethodDescriptionvoidInfluxDBClient.writePoint(Point point) Write aPointto the InfluxDB server.voidInfluxDBClient.writePoint(Point point, WriteOptions options) Write aPointto the InfluxDB server.Method parameters in com.influxdb.v3.client with type arguments of type PointModifier and TypeMethodDescriptionvoidInfluxDBClient.writePoints(List<Point> points) Write a list ofPointto the InfluxDB server.voidInfluxDBClient.writePoints(List<Point> points, WriteOptions options) Write a list ofPointto the InfluxDB server. -
Uses of Point in com.influxdb.v3.client.internal
Methods in com.influxdb.v3.client.internal with parameters of type PointModifier and TypeMethodDescriptionvoidInfluxDBClientImpl.writePoint(Point point) voidInfluxDBClientImpl.writePoint(Point point, WriteOptions options) Method parameters in com.influxdb.v3.client.internal with type arguments of type PointModifier and TypeMethodDescriptionvoidInfluxDBClientImpl.writePoints(List<Point> points) voidInfluxDBClientImpl.writePoints(List<Point> points, WriteOptions options)