java.lang.Object
org.apache.flink.streaming.api.windowing.windows.Window
org.apache.flink.streaming.api.windowing.windows.GlobalWindow

@PublicEvolving public class GlobalWindow extends Window
The default window into which all data is placed (via GlobalWindows).
  • Method Details

    • get

      public static GlobalWindow get()
    • maxTimestamp

      public long maxTimestamp()
      Description copied from class: Window
      Gets the largest timestamp that still belongs to this window.
      Specified by:
      maxTimestamp in class Window
      Returns:
      The largest timestamp that still belongs to this window.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object