Class WindowFn.AssignContext

    • Constructor Summary

      Constructors 
      Constructor Description
      AssignContext()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract T element()
      Returns the current element.
      abstract org.joda.time.Instant timestamp()
      Returns the timestamp of the current element.
      abstract BoundedWindow window()
      Returns the window of the current element prior to this WindowFn being called.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssignContext

        public AssignContext()
    • Method Detail

      • element

        public abstract T element()
        Returns the current element.
      • timestamp

        public abstract org.joda.time.Instant timestamp()
        Returns the timestamp of the current element.
      • window

        public abstract BoundedWindow window()
        Returns the window of the current element prior to this WindowFn being called.