Uses of Enum Class
com.influxdb.client.domain.WriteConsistency
Package
Description
-
Uses of WriteConsistency in com.influxdb.client
Modifier and TypeMethodDescriptionInfluxDBClientOptions.getConsistency()
The write consistency for the point.Modifier and TypeMethodDescriptionInfluxDBClientOptions.Builder.consistency
(WriteConsistency consistency) Specify the write consistency for the point.static InfluxDBClient
InfluxDBClientFactory.createV1
(String url, String username, char[] password, String database, String retentionPolicy, WriteConsistency consistency) Create an instance of the InfluxDB 2.x client to connect into InfluxDB 1.8. -
Uses of WriteConsistency in com.influxdb.client.domain
Modifier and TypeMethodDescriptionstatic WriteConsistency
WriteConsistency.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static WriteConsistency
Returns the enum constant of this class with the specified name.static WriteConsistency[]
WriteConsistency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
WriteConsistency.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, WriteConsistency enumeration) -
Uses of WriteConsistency in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<Void> WriteService.postWrite
(String org, String bucket, String body, String zapTraceSpan, String contentEncoding, String contentType, Integer contentLength, String accept, String orgID, WritePrecision precision, WriteConsistency consistency) Write data Writes data to a bucket.io.reactivex.rxjava3.core.Single
<retrofit2.Response<Void>> WriteService.postWriteRx
(String org, String bucket, String body, String zapTraceSpan, String contentEncoding, String contentType, Integer contentLength, String accept, String orgID, WritePrecision precision, WriteConsistency consistency) Write data Writes data to a bucket. -
Uses of WriteConsistency in com.influxdb.client.write
ModifierConstructorDescriptionWriteParameters
(WritePrecision precision, WriteConsistency consistency) Construct WriteAPI parameters.WriteParameters
(String bucket, String org, WritePrecision precision, WriteConsistency consistency) Construct WriteAPI parameters.