| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
WriteOptions
WriteOptions are used to configure writes the data point into InfluxDB 2.x.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> io.reactivex.rxjava3.core.FlowableTransformer<T,T> |
AbstractWriteClient.jitter(io.reactivex.rxjava3.core.Scheduler scheduler,
WriteApi.RetryOptions retryOptions)
Add Jitter delay to upstream.
|
static io.reactivex.rxjava3.functions.Function<io.reactivex.rxjava3.core.Flowable<Throwable>,org.reactivestreams.Publisher<?>> |
AbstractWriteClient.retry(io.reactivex.rxjava3.core.Scheduler retryScheduler,
WriteApi.RetryOptions retryOptions,
BiConsumer<Throwable,Long> notify)
Add Retry handler to upstream.
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.