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 |
EmptyWindowProcessor |
Implementation of WindowProcessor which represent a Batch Window operating based on pre-defined length 0.
|
class |
ExpressionBatchWindowProcessor |
Implementation of WindowProcessor which represent a Window operating based on a 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 |
|
class |
TimeBatchWindowProcessor |
Implementation of WindowProcessor which represent a Batch Window operating based on time.
|