- convert(String, String, boolean) - Method in interface org.gecko.influxdb.api.CSVReader
-
The method to convert CSV file to a format which can then directly be used into the
InfluxDBEntryHelper.
- convert(InputStream, String, boolean) - Method in interface org.gecko.influxdb.api.CSVReader
-
The same as before but passing an InputStream instead of the file
- convert(String, Map<String, Object>) - Method in interface org.gecko.influxdb.api.CSVReader
-
The method to convert CSV file to a format which can then directly be used into the
InfluxDBEntryHelper.
- convert(InputStream, Map<String, Object>) - Method in interface org.gecko.influxdb.api.CSVReader
-
The same as before but passing an InputStream instead of the file
- convert(String, String, boolean) - Method in interface org.gecko.influxdb.api.CSVReader
-
The method to convert CSV file to a format which can then directly be used into the
InfluxDBEntryHelper.
- convert(InputStream, String, boolean) - Method in interface org.gecko.influxdb.api.CSVReader
-
The same as before but passing an InputStream instead of the file
- convert(String, Map<String, Object>) - Method in interface org.gecko.influxdb.api.CSVReader
-
The method to convert CSV file to a format which can then directly be used into the
InfluxDBEntryHelper.
- convert(InputStream, Map<String, Object>) - Method in interface org.gecko.influxdb.api.CSVReader
-
The same as before but passing an InputStream instead of the file
- createDB(String) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
Creates an InfluxDB with the given name, in case it does not exist.
- createDB(String) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
Creates an InfluxDB with the given name, in case it does not exist.
- createDefaultOptions(String, boolean) - Static method in interface org.gecko.influxdb.api.CSVReader
-
- createDefaultOptions(String, boolean) - Static method in interface org.gecko.influxdb.api.CSVReader
-
- CSVReader - Interface in org.gecko.influxdb.api
-
This interface provides a way to convert CSV file to a format which can then directly be used into the
InfluxDBEntryHelper.
- CSVReader - Interface in org.gecko.influxdb.api
-
This interface provides a way to convert CSV file to a format which can then directly be used into the
InfluxDBEntryHelper.
- getEObjectQuery(String, String, String, String, EClass, Long, Long) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
Returns the list of EObject of class eclass saved in the DB with the specified name
and under the specified measurement
- getEObjectQuery(String, String, String, String, EClass, Long, Long) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
Returns the list of EObject of class eclass saved in the DB with the specified name
and under the specified measurement
- getFields() - Method in interface org.gecko.influxdb.api.InfluxDBEntry
-
- getFields() - Method in interface org.gecko.influxdb.api.InfluxDBEntry
-
- getFields() - Method in class org.gecko.influxdb.api.InfluxDBEntryImpl
-
- getFields() - Method in class org.gecko.influxdb.api.InfluxDBEntryImpl
-
- getInfluxdbEntries(Map<String, List<Object>>) - Method in interface org.gecko.influxdb.api.InfluxDBEntryHelper
-
This method returns a list of InfluxDBEntry starting from a Map, in which the keys should be the same used in the
initialize method, while the values are the actual list of objects to be saved under the corresponding
key.
- getInfluxdbEntries(Map<String, List<Object>>) - Method in interface org.gecko.influxdb.api.InfluxDBEntryHelper
-
This method returns a list of InfluxDBEntry starting from a Map, in which the keys should be the same used in the
initialize method, while the values are the actual list of objects to be saved under the corresponding
key.
- getMeasurement() - Method in interface org.gecko.influxdb.api.InfluxDBEntry
-
- getMeasurement() - Method in interface org.gecko.influxdb.api.InfluxDBEntry
-
- getMeasurement() - Method in class org.gecko.influxdb.api.InfluxDBEntryImpl
-
- getMeasurement() - Method in class org.gecko.influxdb.api.InfluxDBEntryImpl
-
- getQuery(String, String, Class<?>) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
Returns the list of Pojo objects of class clazz saved in the DB with the specified name
and under the specified measurement
- getQuery(String, String, Class<?>) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
Returns the list of Pojo objects of class clazz saved in the DB with the specified name
and under the specified measurement
- getSeriesMap(String, String, String, EClass, Long, Long) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
Returns a map where the key is the value of the idTag and the value is a list of EObject of class eclass,
which have been retrieved from the influxDB and converted throught the mapper.
- getSeriesMap(String, String, String, EClass, Long, Long) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
Returns a map where the key is the value of the idTag and the value is a list of EObject of class eclass,
which have been retrieved from the influxDB and converted throught the mapper.
- getTags() - Method in interface org.gecko.influxdb.api.InfluxDBEntry
-
- getTags() - Method in interface org.gecko.influxdb.api.InfluxDBEntry
-
- getTags() - Method in class org.gecko.influxdb.api.InfluxDBEntryImpl
-
- getTags() - Method in class org.gecko.influxdb.api.InfluxDBEntryImpl
-
- getTimeShift(String, String) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
InfluxDB does not support time shift series, thus we provide a work-around for this issue, in case the user
wants to plot two time series, registered at different times, in the same time range.
- getTimeShift(String, String) - Method in interface org.gecko.influxdb.api.InfluxDBService
-
InfluxDB does not support time shift series, thus we provide a work-around for this issue, in case the user
wants to plot two time series, registered at different times, in the same time range.
- getTimestamp() - Method in interface org.gecko.influxdb.api.InfluxDBEntry
-
- getTimestamp() - Method in interface org.gecko.influxdb.api.InfluxDBEntry
-
- getTimestamp() - Method in class org.gecko.influxdb.api.InfluxDBEntryImpl
-
- getTimestamp() - Method in class org.gecko.influxdb.api.InfluxDBEntryImpl
-