Package | Description |
---|---|
io.siddhi.core.query.input.stream.state | |
io.siddhi.core.query.processor.stream.window |
Modifier and Type | Interface and Description |
---|---|
interface |
AbsentPreStateProcessor
PreStateProcessor of events not received by Siddhi.
|
Modifier and Type | Class and Description |
---|---|
class |
AbsentLogicalPreStateProcessor
Logical not processor.
|
class |
AbsentStreamPreStateProcessor
Pre processor of not operator.
|
Modifier and Type | Class and Description |
---|---|
class |
DelayWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on delay time. |
class |
ExternalTimeBatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on external time. |
class |
SessionWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on a session. |
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. |
Copyright © 2019. All rights reserved.