Uses of Interface
com.influxdb.Cancellable
Packages that use Cancellable
Package
Description
-
Uses of Cancellable in com.influxdb.client
Method parameters in com.influxdb.client with type arguments of type CancellableModifier and TypeMethodDescription<M> voidInvokableScriptsApi.invokeScript(String scriptId, Map<String, Object> params, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the script and asynchronously stream POJO classes toonNextconsumer.<M> voidInvokableScriptsApi.invokeScript(String scriptId, Map<String, Object> params, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the script and asynchronously stream POJO classes toonNextconsumer.voidInvokableScriptsApi.invokeScript(String scriptId, Map<String, Object> params, BiConsumer<Cancellable, FluxRecord> onNext) Executes the script and asynchronously streamFluxRecords toonNextconsumer.voidInvokableScriptsApi.invokeScript(String scriptId, Map<String, Object> params, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the script and asynchronously streamFluxRecords toonNextconsumer.voidInvokableScriptsApi.invokeScriptRaw(String scriptId, Map<String, Object> params, BiConsumer<Cancellable, String> onResponse) Executes the script and asynchronously stream response (line by line) toonResponse.voidInvokableScriptsApi.invokeScriptRaw(String scriptId, Map<String, Object> params, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the script and asynchronously stream response (line by line) toonResponse.<M> voidQueryApi.query(Query query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.query(Query query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.query(Query query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query and asynchronously stream result as POJO.<M> voidQueryApi.query(Query query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.query(Query query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.query(Query query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query and asynchronously stream result as POJO.voidQueryApi.query(Query query, String org, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.<M> voidQueryApi.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query and asynchronously stream result as POJO.<M> voidQueryApi.query(String query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.query(String query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.query(String query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query and asynchronously stream result as POJO.<M> voidQueryApi.query(String query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete, Map<String, Object> params) Executes the Parameterized Flux query and asynchronously stream result as POJO.voidQueryApi.query(String query, String org, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(String query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(String query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(String query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete, Map<String, Object> params) Executes the Parameterized Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(String query, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.queryRaw(Query query, String org, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(Query query, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(Query query, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(Query query, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(Query query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(Query query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, Dialect dialect, String org, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, Dialect dialect, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, Dialect dialect, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, Dialect dialect, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete, Map<String, Object> params) Executes the Parameterized Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, Dialect dialect, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, Dialect dialect, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, Dialect dialect, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, String org, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Map<String, Object> params) Executes the Parameterized Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.queryRaw(String query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse. -
Uses of Cancellable in com.influxdb.client.flux
Method parameters in com.influxdb.client.flux with type arguments of type CancellableModifier and TypeMethodDescription<M> voidFluxClient.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the Flux query against the InfluxDB and asynchronously stream POJO classes toonNextconsumer.<M> voidFluxClient.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB and asynchronously stream POJO classes toonNextconsumer.<M> voidFluxClient.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query and asynchronously stream result as POJO.voidFluxClient.query(String query, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB and asynchronously streamFluxRecords toonNextconsumer.voidFluxClient.query(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB and asynchronously streamFluxRecords toonNextconsumer.voidFluxClient.query(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB and asynchronously streamFluxRecords toonNextconsumer.voidFluxClient.queryRaw(String query, String dialect, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB and asynchronously stream response (line by line) toonResponse.voidFluxClient.queryRaw(String query, String dialect, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB and asynchronously stream response (line by line) toonResponse.voidFluxClient.queryRaw(String query, String dialect, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB and asynchronously stream response (line by line) toonResponse.voidFluxClient.queryRaw(String query, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB and asynchronously stream response (line by line) toonResponse.voidFluxClient.queryRaw(String query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB and asynchronously stream response (line by line) toonResponse.voidFluxClient.queryRaw(String query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB and asynchronously stream response (line by line) toonResponse. -
Uses of Cancellable in com.influxdb.client.flux.internal
Method parameters in com.influxdb.client.flux.internal with type arguments of type CancellableModifier and TypeMethodDescription<M> voidFluxApiImpl.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) <M> voidFluxApiImpl.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError) <M> voidFluxApiImpl.query(String query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) voidFluxApiImpl.query(String query, BiConsumer<Cancellable, FluxRecord> onNext) voidFluxApiImpl.query(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) voidFluxApiImpl.query(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) voidFluxApiImpl.queryRaw(String query, String dialect, BiConsumer<Cancellable, String> onNext) voidFluxApiImpl.queryRaw(String query, String dialect, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) voidFluxApiImpl.queryRaw(String query, String dialect, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) voidFluxApiImpl.queryRaw(String query, BiConsumer<Cancellable, String> onResponse) voidFluxApiImpl.queryRaw(String query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) voidFluxApiImpl.queryRaw(String query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) -
Uses of Cancellable in com.influxdb.client.internal
Constructors in com.influxdb.client.internal with parameters of type 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.