Package com.influxdb.query
Class InfluxQLQueryResult.Series
java.lang.Object
com.influxdb.query.InfluxQLQueryResult.Series
- Enclosing class:
InfluxQLQueryResult
Represents one series within the
InfluxQLQueryResult.Result
of an InfluxQL query.-
Nested Class Summary
Modifier and TypeClassDescriptionfinal class
Represents one data record within aInfluxQLQueryResult.Series
of an InfluxQL query.static interface
A value extractor is used to convert the string value returned by query into a custom type. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Series
-
Series
-
-
Method Details
-
getName
- Returns:
- the name
-
getTags
- Returns:
- the tags
-
getColumns
- Returns:
- the columns
-
getValues
- Returns:
- the values
-
addRecord
-