Uses of Enum Class
com.influxdb.client.domain.WriteConsistency
Packages that use WriteConsistency
Package
Description
-
Uses of WriteConsistency in com.influxdb.client
Methods in com.influxdb.client that return WriteConsistencyModifier and TypeMethodDescriptionInfluxDBClientOptions.getConsistency()
The write consistency for the point.Methods in com.influxdb.client with parameters of type WriteConsistencyModifier 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
Methods in com.influxdb.client.domain that return WriteConsistencyModifier 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.Methods in com.influxdb.client.domain with parameters of type WriteConsistencyModifier and TypeMethodDescriptionvoid
WriteConsistency.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, WriteConsistency enumeration) -
Uses of WriteConsistency in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type WriteConsistencyModifier 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
Methods in com.influxdb.client.write that return WriteConsistencyConstructors in com.influxdb.client.write with parameters of type WriteConsistencyModifierConstructorDescriptionWriteParameters
(WritePrecision precision, WriteConsistency consistency) Construct WriteAPI parameters.WriteParameters
(String bucket, String org, WritePrecision precision, WriteConsistency consistency) Construct WriteAPI parameters.