Package com.influxdb.query
Class FluxRecord
java.lang.Object
com.influxdb.query.FluxRecord
- All Implemented Interfaces:
Serializable
A record is a tuple of values. Each record in the table represents a single point in the series.
Specification.
- See Also:
-
Constructor Details
-
FluxRecord
-
-
Method Details
-
getStart
- Returns:
- the inclusive lower time bound of all records
-
getStop
- Returns:
- the exclusive upper time bound of all records
-
getTime
- Returns:
- the time of the record
-
getValue
- Returns:
- the value of the record
-
getField
- Returns:
- get value with key _field
-
getMeasurement
- Returns:
- get value with key _measurement
-
getTable
- Returns:
- the index of table which contains the record
-
getValues
- Returns:
- tuple of values
-
getRow
- Returns:
- record's columns
-
getValueByIndex
Get FluxRecord value by index.- Parameters:
index
- of value in CSV response- Returns:
- value
- See Also:
-
getValueByKey
Get FluxRecord value by key.- Parameters:
key
- of value in CSV response- Returns:
- value
-
toString
-
equals
-
hashCode
public int hashCode()
-