Uses of Class
com.influxdb.client.write.Point
Packages that use Point
-
Uses of Point in com.influxdb.client
Methods in com.influxdb.client with parameters of type PointModifier and TypeMethodDescriptionvoid
WriteApi.writePoint
(Point point) Write Data point into specified bucket.void
WriteApi.writePoint
(Point point, WriteParameters parameters) Write Data point into specified bucket.void
WriteApi.writePoint
(String bucket, String org, Point point) Write Data point into specified bucket.void
WriteApiBlocking.writePoint
(Point point) Write Data point into specified bucket.void
WriteApiBlocking.writePoint
(Point point, WriteParameters parameters) Write Data point into specified bucket.void
WriteApiBlocking.writePoint
(String bucket, String org, Point point) Write Data point into specified bucket.Method parameters in com.influxdb.client with type arguments of type PointModifier and TypeMethodDescriptionvoid
WriteApi.writePoints
(String bucket, String org, List<Point> points) Write Data points into specified bucket.void
WriteApi.writePoints
(List<Point> points) Write Data points into specified bucket.void
WriteApi.writePoints
(List<Point> points, WriteParameters parameters) Write Data points into specified bucket.void
WriteApiBlocking.writePoints
(String bucket, String org, List<Point> points) Write Data points into specified bucket.void
WriteApiBlocking.writePoints
(List<Point> points) Write Data points into specified bucket.void
WriteApiBlocking.writePoints
(List<Point> points, WriteParameters parameters) Write Data points into specified bucket. -
Uses of Point in com.influxdb.client.internal
Constructors in com.influxdb.client.internal with parameters of type PointModifierConstructorDescriptionBatchWriteDataPoint
(Point point, WritePrecision precision, InfluxDBClientOptions options) BatchWriteDataPoint
(Point point, InfluxDBClientOptions options) -
Uses of Point in com.influxdb.client.write
Methods in com.influxdb.client.write that return PointModifier and TypeMethodDescriptionAddBoolean
field.AddDouble
field.AddLong
field.AddNumber
field.AddString
field.Adds or replaces fields for this point.Adds or replaces a tag value for this point.Adds or replaces tags for this point.static Point
Point.measurement
(String measurementName) Create a new Point withe specified a measurement name.Point.time
(Long time, WritePrecision precision) Updates the timestamp for the point.Point.time
(Number time, WritePrecision precision) Updates the timestamp for the point.Point.time
(Instant time, WritePrecision precision) Updates the timestamp for the point.