Uses of Class
org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
-
Packages that use EvictableBatchList Package Description org.apache.iotdb.db.utils.windowing.handler org.apache.iotdb.db.utils.windowing.window -
-
Uses of EvictableBatchList in org.apache.iotdb.db.utils.windowing.handler
Fields in org.apache.iotdb.db.utils.windowing.handler declared as EvictableBatchList Modifier and Type Field Description protected EvictableBatchListSlidingWindowEvaluationHandler. data -
Uses of EvictableBatchList in org.apache.iotdb.db.utils.windowing.window
Constructors in org.apache.iotdb.db.utils.windowing.window with parameters of type EvictableBatchList Constructor Description WindowImpl(EvictableBatchList list, int begin, int size)
-