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 |
DelayWindowProcessor |
Implementation of WindowProcessor which represent a Window operating based on delay time.
|
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 |
ExpressionWindowProcessor |
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 |
ExternalTimeWindowProcessor |
Implementation of WindowProcessor which represent a Window operating based on external time.
|
class |
FrequentWindowProcessor |
Deprecated.
|
class |
GroupingFindableWindowProcessor<S extends State> |
Window that process event processing as a group while supporting event search
|
class |
LengthBatchWindowProcessor |
Implementation of WindowProcessor which represent a Batch Window operating based on pre-defined length.
|
class |
LengthWindowProcessor |
Implementation of WindowProcessor which represent a Window operating based on a pre-defined length.
|
class |
LossyFrequentWindowProcessor |
Deprecated.
|
class |
SessionWindowProcessor |
Implementation of WindowProcessor which represent a Window operating based on a session.
|
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 |
TableWindowProcessor |
|
class |
TimeBatchWindowProcessor |
Implementation of WindowProcessor which represent a Batch Window operating based on time.
|
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.
|
class |
WindowWindowProcessor |
|