Uses of Enum Class
com.influxdb.v3.client.write.WritePrecision
Package
Description
-
Uses of WritePrecision in com.influxdb.v3.client
Modifier and TypeMethodDescriptionPoint.setTimestamp
(Long time, WritePrecision precision) Updates the timestamp for the point.Point.setTimestamp
(Number time, WritePrecision precision) Updates the timestamp for the 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.Point.toLineProtocol
(WritePrecision precision) Transform to Line Protocol. -
Uses of WritePrecision in com.influxdb.v3.client.config
Modifier and TypeMethodDescriptionClientConfig.getWritePrecision()
Gets the default precision to use for the timestamp of points.Modifier and TypeMethodDescriptionClientConfig.Builder.writePrecision
(WritePrecision writePrecision) Sets the default precision to use for the timestamp of points if no precision is specified in the write API call. -
Uses of WritePrecision in com.influxdb.v3.client.internal
Modifier and TypeMethodDescriptionstatic BigInteger
NanosecondConverter.convert
(Instant instant, WritePrecision precision) ConvertInstant
timestamp to a given precision.static BigInteger
NanosecondConverter.convertToNanos
(Number timestamp, WritePrecision precision) Convert timestamp in a given precision to nanoseconds. -
Uses of WritePrecision in com.influxdb.v3.client.write
Modifier and TypeFieldDescriptionstatic final WritePrecision
WriteOptions.DEFAULT_WRITE_PRECISION
Default WritePrecision.Modifier and TypeMethodDescriptionWriteOptions.precisionSafe
(ClientConfig config) static WritePrecision
Returns the enum constant of this class with the specified name.static WritePrecision[]
WritePrecision.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionWriteOptions.Builder.precision
(WritePrecision precision) Sets the precision.ModifierConstructorDescriptionWriteOptions
(String database, WritePrecision precision, Integer gzipThreshold) Construct WriteAPI options.WriteOptions
(String database, WritePrecision precision, Integer gzipThreshold, Map<String, String> defaultTags) Construct WriteAPI options.WriteOptions
(String database, WritePrecision precision, Integer gzipThreshold, Map<String, String> defaultTags, Map<String, String> headers) Construct WriteAPI options.