Uses of Class
com.influxdb.v3.client.PointValues
-
Uses of PointValues in com.influxdb.v3.client
Modifier and TypeMethodDescriptionPointValues.copy()
Creates a copy of this object.static PointValues
PointValues.measurement
(String measurementName) Create a new PointValues withe specified a measurement name.PointValues.removeField
(@NonNull 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.PointValues.setBooleanField
(String name, boolean value) Adds or replaces a boolean field.AddBoolean
field.AddDouble
field.AddLong
field.AddNumber
field.AddObject
field.AddString
field.Adds or replaces fields for this point.PointValues.setFloatField
(String name, double value) Adds or replaces a float field.PointValues.setIntegerField
(String name, long value) Adds or replaces a integer field.PointValues.setMeasurement
(String measurement) Updates the measurement for the point.PointValues.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.PointValues.setTimestamp
(Long time, WritePrecision precision) Updates the timestamp for the point.PointValues.setTimestamp
(Number time, WritePrecision precision) Updates the timestamp for the point.PointValues.setTimestamp
(Instant time) Updates the timestamp for the point.Modifier and TypeMethodDescriptionInfluxDBClient.queryPoints
(String query) Query data from InfluxDB IOx into Point structure using FlightSQL.InfluxDBClient.queryPoints
(String query, QueryOptions options) Query data from InfluxDB IOx into Point structure using FlightSQL.InfluxDBClient.queryPoints
(String query, Map<String, Object> parameters) Query data from InfluxDB IOx into Point structure using FlightSQL.InfluxDBClient.queryPoints
(String query, Map<String, Object> parameters, QueryOptions options) Query data from InfluxDB IOx into Point structure using FlightSQL.Modifier and TypeMethodDescriptionstatic Point
Point.fromValues
(PointValues values) Create a new Point with given values. -
Uses of PointValues in com.influxdb.v3.client.internal
Modifier and TypeMethodDescriptionInfluxDBClientImpl.queryPoints
(String query) InfluxDBClientImpl.queryPoints
(String query, QueryOptions options) InfluxDBClientImpl.queryPoints
(String query, Map<String, Object> parameters) InfluxDBClientImpl.queryPoints
(String query, Map<String, Object> parameters, QueryOptions options)