Uses of Class
io.siddhi.core.query.processor.stream.window.SlidingFindableWindowProcessor
-
Packages that use SlidingFindableWindowProcessor Package Description io.siddhi.core.query.processor.stream.window -
-
Uses of SlidingFindableWindowProcessor in io.siddhi.core.query.processor.stream.window
Subclasses of SlidingFindableWindowProcessor in io.siddhi.core.query.processor.stream.window Modifier and Type Class Description classDelayWindowProcessorImplementation ofWindowProcessorwhich represent a Window operating based on delay time.classExpressionWindowProcessorImplementation ofWindowProcessorwhich represent a Window operating based on a expression.classExternalTimeWindowProcessorImplementation ofWindowProcessorwhich represent a Window operating based on external time.classFrequentWindowProcessorDeprecated.classLengthWindowProcessorImplementation ofWindowProcessorwhich represent a Window operating based on a pre-defined length.classLossyFrequentWindowProcessorDeprecated.classSortWindowProcessorSample Query: from inputStream#window.sort(5, attribute1, "asc", attribute2, "desc") select attribute1, attribute2 insert into outputStream;classTimeLengthWindowProcessorImplementation ofWindowProcessorwhich represent a Window operating based on pre-defined length.classTimeWindowProcessorImplementation ofWindowProcessorwhich represent a Window operating based time.
-