Interface IntervalWindow


  • public interface IntervalWindow
    IntervalWindow contains methods to get the information for a given interval window.
    • Method Detail

      • getStartTime

        java.time.Instant getStartTime()
        method to get the start time of the interval window
        Returns:
        start time of the window
      • getEndTime

        java.time.Instant getEndTime()
        method to get the end time of the interval window
        Returns:
        end time of the window