Uses of Class
io.siddhi.core.query.processor.stream.window.BatchingFindableWindowProcessor
-
Packages that use BatchingFindableWindowProcessor Package Description io.siddhi.core.query.processor.stream.window -
-
Uses of BatchingFindableWindowProcessor in io.siddhi.core.query.processor.stream.window
Subclasses of BatchingFindableWindowProcessor in io.siddhi.core.query.processor.stream.window Modifier and Type Class Description classBatchWindowProcessorImplementation ofWindowProcessorwhich represent a Batch Window that aggregate batch of incoming events together.classEmptyWindowProcessorImplementation ofWindowProcessorwhich represent a Batch Window operating based on pre-defined length 0.classExpressionBatchWindowProcessorImplementation ofWindowProcessorwhich represent a Window operating based on a expression.classExternalTimeBatchWindowProcessorImplementation ofWindowProcessorwhich represent a Batch Window operating based on external time.classLengthBatchWindowProcessorImplementation ofWindowProcessorwhich represent a Batch Window operating based on pre-defined length.classTimeBatchWindowProcessorImplementation ofWindowProcessorwhich represent a Batch Window operating based on time.
-