Class WindowKey


  • public final class WindowKey
    extends Object
    The WindowKey structure represents a combination of key and window. This is mainly used in the mini-batch window operators and window is identified by window end timestamp.
    • Constructor Detail

      • WindowKey

        public WindowKey​(long window,
                         RowData key)
    • Method Detail

      • replace

        public WindowKey replace​(long window,
                                 RowData key)
        Replace the currently stored key and window by the given new key and new window.
      • getWindow

        public long getWindow()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object