| Package | Description |
|---|---|
| io.siddhi.query.api.execution.query | |
| io.siddhi.query.api.execution.query.output.stream |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
StoreQuery.getOutputStream()
Getter method to get the outputStream of the store query
|
OutputStream |
Query.getOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
StoreQuery |
StoreQuery.outStream(OutputStream outputStream)
Builder method to set an outPutStream to the store query
|
Query |
Query.outStream(OutputStream outputStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteStream
Query output stream deleting entry from table
|
class |
InsertIntoStream
Query output stream inserting events in to another stream, table, or window
|
class |
ReturnStream
Query output anonymous stream deleting entry from table
|
class |
UpdateOrInsertStream
Query output stream try to update table else insert into it
|
class |
UpdateStream
Query output stream update events on table
|
Copyright © 2019. All rights reserved.