Uses of Class
com.influxdb.client.reactive.WriteOptionsReactive.Builder
-
Uses of WriteOptionsReactive.Builder in com.influxdb.client.reactive
Modifier and TypeMethodDescriptionWriteOptionsReactive.Builder.batchSize
(int batchSize) Set the number of data point to collect in batch.static WriteOptionsReactive.Builder
WriteOptionsReactive.builder()
Creates a builder instance.WriteOptionsReactive.Builder.computationScheduler
(io.reactivex.rxjava3.core.Scheduler computationScheduler) Set the scheduler which is used for computational work.WriteOptionsReactive.Builder.exponentialBase
(int exponentialBase) The base for the exponential retry delay.WriteOptionsReactive.Builder.flushInterval
(int flushInterval) Set the time to wait at most (milliseconds).WriteOptionsReactive.Builder.jitterInterval
(int jitterInterval) Jitters the batch flush interval by a random amount.WriteOptionsReactive.Builder.maxRetries
(int maxRetries) The number of max retries when write fails.WriteOptionsReactive.Builder.maxRetryDelay
(int maxRetryDelay) The maximum delay between each retry attempt in milliseconds.WriteOptionsReactive.Builder.maxRetryTime
(int maxRetryTime) The maximum total retry timeout in milliseconds.WriteOptionsReactive.Builder.retryInterval
(int retryInterval) Set the the time to wait before retry unsuccessful write (milliseconds).