Uses of Class
com.influxdb.client.write.Point
Package
Description
-
Uses of Point in com.influxdb.client
Modifier 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.Modifier 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
ModifierConstructorDescriptionBatchWriteDataPoint
(Point point, WritePrecision precision, InfluxDBClientOptions options) BatchWriteDataPoint
(Point point, InfluxDBClientOptions options) -
Uses of Point in com.influxdb.client.reactive
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApi.writePoint
(WritePrecision precision, Point point) Write Data point into specified bucket.org.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApi.writePoint
(String bucket, String org, WritePrecision precision, Point point) Write Data point into specified bucket.Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApi.writePoints
(WritePrecision precision, org.reactivestreams.Publisher<Point> points) Write Data points into specified bucket.org.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApi.writePoints
(String bucket, String org, WritePrecision precision, org.reactivestreams.Publisher<Point> points) Write Data points into specified bucket.org.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApi.writePoints
(org.reactivestreams.Publisher<Point> points, WriteParameters parameters) Write Data points into specified bucket. -
Uses of Point in com.influxdb.client.reactive.internal
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApiImpl.writePoint
(WritePrecision precision, Point point) org.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApiImpl.writePoint
(String bucket, String org, WritePrecision precision, Point point) Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApiImpl.writePoints
(WritePrecision precision, org.reactivestreams.Publisher<Point> points) org.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApiImpl.writePoints
(String bucket, String org, WritePrecision precision, org.reactivestreams.Publisher<Point> points) org.reactivestreams.Publisher
<WriteReactiveApi.Success> WriteReactiveApiImpl.writePoints
(org.reactivestreams.Publisher<Point> points, WriteParameters parameters) -
Uses of Point in com.influxdb.client.write
Modifier 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.