public class InsertIntoWindowEndPartitionCallback extends InsertIntoWindowCallback
StreamJunction and Window.
It receives ComplexEventChunks from partitioned queries and insert them into Window.outputStreamDefinition, window| Constructor and Description |
|---|
InsertIntoWindowEndPartitionCallback(Window window,
io.siddhi.query.api.definition.StreamDefinition outputStreamDefinition,
String queryName) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(ComplexEventChunk complexEventChunk,
int noOfEvents)
Add the event into the
Window |
getOutputStreamDefinition, getWindowconstructMatchingStateEventChunk, setSiddhiDebuggerpublic void send(ComplexEventChunk complexEventChunk, int noOfEvents)
Windowsend in class InsertIntoWindowCallbackcomplexEventChunk - the event to addnoOfEvents - number of eventsCopyright © 2020. All rights reserved.