public class FluxCsvParser extends Object
com.influxdb.query| Modifier and Type | Class and Description |
|---|---|
static interface |
FluxCsvParser.FluxResponseConsumer |
class |
FluxCsvParser.FluxResponseConsumerTable |
| Constructor and Description |
|---|
FluxCsvParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
parseFluxResponse(okio.BufferedSource bufferedSource,
Cancellable cancellable,
FluxCsvParser.FluxResponseConsumer consumer)
Parse Flux CSV response to
FluxCsvParser.FluxResponseConsumer. |
public void parseFluxResponse(@Nonnull okio.BufferedSource bufferedSource, @Nonnull Cancellable cancellable, @Nonnull FluxCsvParser.FluxResponseConsumer consumer) throws IOException
FluxCsvParser.FluxResponseConsumer.bufferedSource - with datacancellable - to cancel parsingconsumer - to accept FluxTables and FluxRecordsIOException - If there is a problem with reading CSVCopyright © 2018–2020 InfluxData, Inc.. All rights reserved.