Package | Description |
---|---|
io.siddhi.core.query.processor.stream.window |
Modifier and Type | Class and Description |
---|---|
class |
DelayWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on delay time. |
class |
ExpressionWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on a expression. |
class |
ExternalTimeWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on external time. |
class |
FrequentWindowProcessor
Deprecated.
|
class |
LengthWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on a pre-defined length. |
class |
LossyFrequentWindowProcessor
Deprecated.
|
class |
SlidingFindableWindowProcessor<S extends State>
Performs event processing in a sliding manner while supporting event search
|
class |
SortWindowProcessor
Sample Query:
from inputStream#window.sort(5, attribute1, "asc", attribute2, "desc")
select attribute1, attribute2
insert into outputStream;
|
class |
TimeLengthWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on pre-defined length. |
class |
TimeWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based time. |
Copyright © 2021. All rights reserved.