Class Window

  • All Implemented Interfaces:
    Serializable

    public final class Window
    extends Object
    implements Serializable
    Window is a container containing information about a particular window. Transformations that depend on Windowing, pass the window information inside their streamlets using this container.
    See Also:
    Serialized Form
    • Constructor Detail

      • Window

        public Window​(long startTimeMs,
                      long endTimeMs,
                      long count)
    • Method Detail

      • getStartTime

        public long getStartTime()
      • getEndTime

        public long getEndTime()
      • getCount

        public long getCount()