Uses of Class
com.storedobject.iot.HourlyStatistics
Packages that use HourlyStatistics
-
Uses of HourlyStatistics in com.storedobject.iot
Methods in com.storedobject.iot that return HourlyStatisticsModifier and TypeMethodDescriptionfinal HourlyStatistics
Unit.getHourlyStatistics
(String name) Retrieves the hourly statistics for a given name.final HourlyStatistics
Unit.getHourlyStatistics
(String name, int year, int hour) Retrieves the hourly statistics for a specific name, year, and hour.final <D extends Date>
HourlyStatisticsUnit.getHourlyStatistics
(String name, D date) Retrieves the hourly statistics for the specified name and date.DataSet.DataStatus.hourlyStatistics()
Retrieves the hourly statistics associated with the current data status.HourlyStatistics.next()
Retrieves the next HourlyStatistics instance based on the current hour and year.HourlyStatistics.previous()
Retrieves the HourlyStatistics instance corresponding to the previous hour.Methods in com.storedobject.iot that return types with arguments of type HourlyStatisticsModifier and TypeMethodDescriptionfinal List
<HourlyStatistics> Unit.listHourlyStatistics
(String name, int year, int hourFrom, int hourTo) Retrieves a list of hourly statistics for a given name and year within the specified hour range.final List
<HourlyStatistics> Unit.listHourlyStatistics
(String name, int yearFrom, int hourFrom, int yearTo, int hourTo) Retrieves hourly statistics for a given name across a specified time range.final List
<HourlyStatistics> Unit.listHourlyStatistics
(String name, Site site, int periodCount) Retrieves a list of HourlyStatistics for a specified name, site, and period count.