Class WindowEvaluationTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class WindowEvaluationTask
    extends org.apache.iotdb.commons.concurrent.WrappedRunnable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onRejection()  
      void runMayThrow()  
      • Methods inherited from class org.apache.iotdb.commons.concurrent.WrappedRunnable

        run, wrap
      • Methods inherited from class java.lang.Object

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

      • WindowEvaluationTask

        public WindowEvaluationTask​(Evaluator evaluator,
                                    Window window)
    • Method Detail

      • runMayThrow

        public void runMayThrow()
                         throws java.lang.Exception
        Specified by:
        runMayThrow in class org.apache.iotdb.commons.concurrent.WrappedRunnable
        Throws:
        java.lang.Exception
      • onRejection

        public void onRejection()