public class FluxCsvParser.FluxResponseConsumerTable extends Object implements FluxCsvParser.FluxResponseConsumer
| Constructor and Description |
|---|
FluxResponseConsumerTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int index,
Cancellable cancellable,
FluxRecord record)
Add new
FluxRecord to consumer. |
void |
accept(int index,
Cancellable cancellable,
FluxTable table)
Add new
FluxTable to consumer. |
List<FluxTable> |
getTables() |
public void accept(int index,
@Nonnull
Cancellable cancellable,
@Nonnull
FluxTable table)
FluxCsvParser.FluxResponseConsumerFluxTable to consumer.accept in interface FluxCsvParser.FluxResponseConsumerindex - index of tablecancellable - cancellabletable - new FluxTablepublic void accept(int index,
@Nonnull
Cancellable cancellable,
@Nonnull
FluxRecord record)
FluxCsvParser.FluxResponseConsumerFluxRecord to consumer.accept in interface FluxCsvParser.FluxResponseConsumerindex - index of tablecancellable - cancellablerecord - new FluxRecordCopyright © 2018–2022 InfluxData, Inc.. All rights reserved.