Uses of Interface
com.influxdb.Cancellable
Packages that use Cancellable
-
Uses of Cancellable in com.influxdb.internal
Method parameters in com.influxdb.internal with type arguments of type CancellableModifier and TypeMethodDescriptionprotected void
AbstractQueryApi.query
(retrofit2.Call<okhttp3.ResponseBody> query, BiConsumer<Cancellable, okio.BufferedSource> consumer, Consumer<? super Throwable> onError, Runnable onComplete, Boolean asynchronously) protected void
AbstractQueryApi.queryRaw
(retrofit2.Call<okhttp3.ResponseBody> queryCall, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete, Boolean asynchronously) -
Uses of Cancellable in com.influxdb.query.internal
Methods in com.influxdb.query.internal with parameters of type CancellableModifier and TypeMethodDescriptionvoid
FluxCsvParser.FluxResponseConsumer.accept
(int index, Cancellable cancellable, FluxRecord record) Add newFluxRecord
to consumer.void
FluxCsvParser.FluxResponseConsumer.accept
(int index, Cancellable cancellable, FluxTable table) Add newFluxTable
to consumer.void
FluxCsvParser.FluxResponseConsumerTable.accept
(int index, Cancellable cancellable, FluxRecord record) void
FluxCsvParser.FluxResponseConsumerTable.accept
(int index, Cancellable cancellable, FluxTable table) void
FluxCsvParser.parseFluxResponse
(okio.BufferedSource bufferedSource, Cancellable cancellable, FluxCsvParser.FluxResponseConsumer consumer) Parse Flux CSV response toFluxCsvParser.FluxResponseConsumer
.