public static final class InfluxQLQueryResult.Series extends Object
InfluxQLQueryResult.Result of an InfluxQL query.| Modifier and Type | Class and Description |
|---|---|
class |
InfluxQLQueryResult.Series.Record
Represents one data record within a
InfluxQLQueryResult.Series of an InfluxQL query. |
static interface |
InfluxQLQueryResult.Series.ValueExtractor
A value extractor is used to convert the string value returned by query into a custom type.
|
| Constructor and Description |
|---|
Series(String name,
Map<String,Integer> columns) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecord(InfluxQLQueryResult.Series.Record record) |
Map<String,Integer> |
getColumns() |
String |
getName() |
List<InfluxQLQueryResult.Series.Record> |
getValues() |
@Nonnull public List<InfluxQLQueryResult.Series.Record> getValues()
public void addRecord(@Nonnull InfluxQLQueryResult.Series.Record record)
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.