public interface InfluxDBEntryHelper
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InfluxDBEntry> |
getInfluxdbEntries(java.util.Map<java.lang.String,java.util.List<java.lang.Object>> map)
This method returns a list of InfluxDBEntry starting from a Map, in which the keys should be the same used in the
initialize |
void |
initialize(java.lang.String measurement,
java.util.Set<java.lang.String> fieldKeys,
java.util.Set<java.lang.String> tagsKeys,
java.lang.String timeKey)
Initialize the InfluxDBEntryHelper with the properties to be set in the InfluxDBEntry.
|
void initialize(java.lang.String measurement,
java.util.Set<java.lang.String> fieldKeys,
java.util.Set<java.lang.String> tagsKeys,
java.lang.String timeKey)
measurement - fieldKeys - tagsKeys - timeKey - java.util.List<InfluxDBEntry> getInfluxdbEntries(java.util.Map<java.lang.String,java.util.List<java.lang.Object>> map)
initialize method, while the values are the actual list of objects to be saved under the corresponding
key.map - Data In Motion GmbH all rights reserved