Uses of Record Class
com.iohao.net.framework.core.flow.internal.TimeRangeInOut.TimeRangeHour
Packages that use TimeRangeInOut.TimeRangeHour
Package
Description
Provides internal flow-plugin implementations that participate in the framework execution
pipeline and support extensible request-processing behavior.
-
Uses of TimeRangeInOut.TimeRangeHour in com.iohao.net.framework.core.flow.internal
Methods in com.iohao.net.framework.core.flow.internal that return TimeRangeInOut.TimeRangeHourModifier and TypeMethodDescriptionstatic TimeRangeInOut.TimeRangeHourTimeRangeInOut.TimeRangeHour.create(int hour, List<TimeRangeInOut.TimeRangeMinute> minuteList) Create an hourly statistics record for the given hour.default TimeRangeInOut.TimeRangeHourTimeRangeInOut.ChangeListener.createListenerTimeRangeHour(int hour) create TimeRangeHour, the hour range to be statistically monitoredTimeRangeInOut.TimeRangeDay.getTimeRangeHour(LocalTime localTime) Get the hour-level statistics for the given time.TimeRangeInOut.TimeRangeDay.timeRangeHours()Returns the value of thetimeRangeHoursrecord component.Methods in com.iohao.net.framework.core.flow.internal that return types with arguments of type TimeRangeInOut.TimeRangeHourModifier and TypeMethodDescriptiondefault List<TimeRangeInOut.TimeRangeHour> TimeRangeInOut.ChangeListener.createListenerTimeRangeHourList()create TimeRangeHour list, list of hour ranges to be statistically monitoredTimeRangeInOut.TimeRangeDay.stream()Return a stream of non-null hour-level statistics.Method parameters in com.iohao.net.framework.core.flow.internal with type arguments of type TimeRangeInOut.TimeRangeHourModifier and TypeMethodDescriptionstatic TimeRangeInOut.TimeRangeDayTimeRangeInOut.TimeRangeDay.create(LocalDate localDate, List<TimeRangeInOut.TimeRangeHour> timeRangeHours) Create a daily statistics record for the given date with the specified hour ranges.Constructors in com.iohao.net.framework.core.flow.internal with parameters of type TimeRangeInOut.TimeRangeHourModifierConstructorDescriptionTimeRangeDay(LocalDate localDate, LongAdder count, TimeRangeInOut.TimeRangeHour[] timeRangeHours) Creates an instance of aTimeRangeDayrecord class.