Uses of Class
org.apache.iotdb.db.utils.windowing.exception.WindowingException
-
Packages that use WindowingException Package Description org.apache.iotdb.db.utils.windowing.configuration org.apache.iotdb.db.utils.windowing.handler -
-
Uses of WindowingException in org.apache.iotdb.db.utils.windowing.configuration
Methods in org.apache.iotdb.db.utils.windowing.configuration that throw WindowingException Modifier and Type Method Description abstract voidConfiguration. check()voidSlidingSizeWindowConfiguration. check()voidSlidingTimeWindowConfiguration. check() -
Uses of WindowingException in org.apache.iotdb.db.utils.windowing.handler
Constructors in org.apache.iotdb.db.utils.windowing.handler that throw WindowingException Constructor Description SlidingSizeWindowEvaluationHandler(SlidingSizeWindowConfiguration configuration, Evaluator evaluator)SlidingTimeWindowEvaluationHandler(SlidingTimeWindowConfiguration configuration, Evaluator evaluator)SlidingWindowEvaluationHandler(Configuration configuration, Evaluator evaluator)
-