Uses of Interface
com.influxdb.Cancellable
-
Uses of Cancellable in com.influxdb.internal
Modifier 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
Modifier 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
.