Uses of Class
org.apache.iotdb.web.grafana.bean.TimeValues
-
Packages that use TimeValues Package Description org.apache.iotdb.web.grafana.dao org.apache.iotdb.web.grafana.dao.impl org.apache.iotdb.web.grafana.service org.apache.iotdb.web.grafana.service.impl -
-
Uses of TimeValues in org.apache.iotdb.web.grafana.dao
Methods in org.apache.iotdb.web.grafana.dao that return types with arguments of type TimeValues Modifier and Type Method Description java.util.List<TimeValues>BasicDao. querySeries(java.lang.String s, org.apache.iotdb.tsfile.utils.Pair<java.time.ZonedDateTime,java.time.ZonedDateTime> timeRange) -
Uses of TimeValues in org.apache.iotdb.web.grafana.dao.impl
Methods in org.apache.iotdb.web.grafana.dao.impl that return types with arguments of type TimeValues Modifier and Type Method Description java.util.List<TimeValues>BasicDaoImpl. querySeries(java.lang.String s, org.apache.iotdb.tsfile.utils.Pair<java.time.ZonedDateTime,java.time.ZonedDateTime> timeRange)Note: If the query fails this could be due to AGGREGATION like AVG on boolean field.java.util.List<TimeValues>BasicDaoImpl. querySeriesInternal(java.lang.String s, org.apache.iotdb.tsfile.utils.Pair<java.time.ZonedDateTime,java.time.ZonedDateTime> timeRange, java.lang.String function) -
Uses of TimeValues in org.apache.iotdb.web.grafana.service
Methods in org.apache.iotdb.web.grafana.service that return types with arguments of type TimeValues Modifier and Type Method Description java.util.List<TimeValues>DatabaseConnectService. querySeries(java.lang.String s, org.apache.iotdb.tsfile.utils.Pair<java.time.ZonedDateTime,java.time.ZonedDateTime> timeRange) -
Uses of TimeValues in org.apache.iotdb.web.grafana.service.impl
Methods in org.apache.iotdb.web.grafana.service.impl that return types with arguments of type TimeValues Modifier and Type Method Description java.util.List<TimeValues>DatabaseConnectServiceImpl. querySeries(java.lang.String s, org.apache.iotdb.tsfile.utils.Pair<java.time.ZonedDateTime,java.time.ZonedDateTime> timeRange)
-