Class TimeReset

java.lang.Object
com.fluxtion.ext.streaming.api.window.TimeReset

public class TimeReset
extends java.lang.Object
Author:
Greg Higgins [email protected]
  • Constructor Summary

    Constructors 
    Constructor Description
    TimeReset​(Stateful source, long millisWindowSize, com.fluxtion.api.time.Clock clock)  
  • Method Summary

    Modifier and Type Method Description
    boolean anyEvent​(java.lang.Object o)  
    int getWindowsExpired()  
    void init()  
    void resetIfNecessary()  

    Methods inherited from class java.lang.Object

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

    • TimeReset

      public TimeReset​(Stateful source, long millisWindowSize, com.fluxtion.api.time.Clock clock)
  • Method Details