Package | Description |
---|---|
io.siddhi.core.query.processor.stream.window |
Modifier and Type | Class and Description |
---|---|
class |
BatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window that aggregate batch of incoming events
together. |
class |
EmptyWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on pre-defined length 0. |
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 |
TimeBatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on time. |
Copyright © 2019. All rights reserved.