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 voidAbstractQueryApi.query(retrofit2.Call<okhttp3.ResponseBody> query, BiConsumer<Cancellable, okio.BufferedSource> consumer, Consumer<? super Throwable> onError, Runnable onComplete, Boolean asynchronously) protected voidAbstractQueryApi.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 TypeMethodDescriptionvoidFluxCsvParser.FluxResponseConsumer.accept(int index, Cancellable cancellable, FluxRecord record) Add newFluxRecordto consumer.voidFluxCsvParser.FluxResponseConsumer.accept(int index, Cancellable cancellable, FluxTable table) Add newFluxTableto consumer.voidFluxCsvParser.FluxResponseConsumerTable.accept(int index, Cancellable cancellable, FluxRecord record) voidFluxCsvParser.FluxResponseConsumerTable.accept(int index, Cancellable cancellable, FluxTable table) voidFluxCsvParser.parseFluxResponse(okio.BufferedSource bufferedSource, Cancellable cancellable, FluxCsvParser.FluxResponseConsumer consumer) Parse Flux CSV response toFluxCsvParser.FluxResponseConsumer.