Uses of Interface
org.apache.iotdb.db.utils.windowing.api.Window
-
Packages that use Window Package Description org.apache.iotdb.db.utils.windowing.api org.apache.iotdb.db.utils.windowing.runtime org.apache.iotdb.db.utils.windowing.window -
-
Uses of Window in org.apache.iotdb.db.utils.windowing.api
Methods in org.apache.iotdb.db.utils.windowing.api with parameters of type Window Modifier and Type Method Description voidEvaluator. evaluate(Window window)default voidEvaluator. onRejection(Window window) -
Uses of Window in org.apache.iotdb.db.utils.windowing.runtime
Constructors in org.apache.iotdb.db.utils.windowing.runtime with parameters of type Window Constructor Description WindowEvaluationTask(Evaluator evaluator, Window window) -
Uses of Window in org.apache.iotdb.db.utils.windowing.window
Classes in org.apache.iotdb.db.utils.windowing.window that implement Window Modifier and Type Class Description classWindowImpl
-