| 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.0.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> io.reactivex.FlowableTransformer<T,T> |
AbstractWriteClient.jitter(io.reactivex.Scheduler scheduler,
WriteApi.RetryOptions retryOptions)
Add Jitter delay to upstream.
|
static io.reactivex.functions.Function<io.reactivex.Flowable<Throwable>,org.reactivestreams.Publisher<?>> |
AbstractWriteClient.retry(io.reactivex.Scheduler retryScheduler,
WriteApi.RetryOptions retryOptions,
BiConsumer<Throwable,Long> notify)
Add Retry handler to upstream.
|
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.