Package | Description |
---|---|
io.siddhi.core.query.processor.stream.window |
Modifier and Type | Class and Description |
---|---|
class |
AggregateWindowProcessor
This is the
WindowProcessor intended to be used with aggregate join queries. |
class |
BatchingFindableWindowProcessor<S extends State>
Window to process events as batches while supporting event search
|
class |
BatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window that aggregate batch of incoming events
together. |
class |
CronWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on a cron expression. |
class |
ExternalTimeBatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on external time. |
class |
LengthBatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on pre-defined length. |
class |
TableWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on Table . |
class |
TimeBatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on time. |
Copyright © 2019. All rights reserved.