| Package | Description |
|---|---|
| com.influxdb.internal | |
| com.influxdb.query.internal |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractQueryApi.queryRaw(retrofit2.Call<okhttp3.ResponseBody> queryCall,
BiConsumer<Cancellable,String> onResponse,
Consumer<? super Throwable> onError,
Runnable onComplete,
Boolean asynchronously) |
| Modifier and Type | Method and Description |
|---|---|
void |
FluxCsvParser.FluxResponseConsumer.accept(int index,
Cancellable cancellable,
FluxRecord record)
Add new
FluxRecord to consumer. |
void |
FluxCsvParser.FluxResponseConsumerTable.accept(int index,
Cancellable cancellable,
FluxRecord record) |
void |
FluxCsvParser.FluxResponseConsumer.accept(int index,
Cancellable cancellable,
FluxTable table)
Add new
FluxTable to consumer. |
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 to
FluxCsvParser.FluxResponseConsumer. |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.