Class CalendarWindows.DaysWindows

All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
CalendarWindows

public static class CalendarWindows.DaysWindows extends PartitioningWindowFn<Object,IntervalWindow>
A WindowFn that windows elements into periods measured by days.

By default, periods of multiple days are measured starting at the epoch. This can be overridden with withStartingDay(int, int, int).

The time zone used to determine calendar boundaries is UTC, unless this is overridden with the withTimeZone(org.joda.time.DateTimeZone) method.

See Also: