| Package | Description |
|---|---|
| org.wso2.siddhi.query.api.definition | |
| org.wso2.siddhi.query.api.execution.query | |
| org.wso2.siddhi.query.api.execution.query.output.stream |
| Modifier and Type | Method and Description |
|---|---|
OutputStream.OutputEventType |
WindowDefinition.getOutputEventType()
Return the output event type of the window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowDefinition.setOutputEventType(OutputStream.OutputEventType outputEventType)
Set output event type of the window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.deleteBy(String outputTableId,
OutputStream.OutputEventType outputEventType,
Expression onDeletingExpression) |
Query |
Query.insertInto(String outputStreamId,
OutputStream.OutputEventType outputEventType) |
Query |
Query.insertIntoInner(String outputStreamId,
OutputStream.OutputEventType outputEventType) |
void |
Query.insertOverwriteBy(String outputTableId,
OutputStream.OutputEventType outputEventType,
Expression onUpdateExpression) |
Query |
Query.returns(OutputStream.OutputEventType outputEventType) |
void |
Query.updateBy(String outputTableId,
OutputStream.OutputEventType outputEventType,
Expression onUpdateExpression) |
| Modifier and Type | Field and Description |
|---|---|
protected OutputStream.OutputEventType |
OutputStream.outputEventType |
| Modifier and Type | Method and Description |
|---|---|
OutputStream.OutputEventType |
OutputStream.getOutputEventType() |
static OutputStream.OutputEventType |
OutputStream.OutputEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputStream.OutputEventType[] |
OutputStream.OutputEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputStream.setOutputEventType(OutputStream.OutputEventType outputEventType) |
| Constructor and Description |
|---|
DeleteStream(String tableId,
OutputStream.OutputEventType outputEventType,
Expression onDeleteExpression) |
InsertIntoStream(String streamId,
boolean isInnerStream,
OutputStream.OutputEventType outputEventType) |
InsertIntoStream(String streamId,
OutputStream.OutputEventType outputEventType) |
InsertOverwriteStream(String tableId,
OutputStream.OutputEventType outputEventType,
Expression onOverwriteExpression) |
ReturnStream(OutputStream.OutputEventType outputEventType) |
UpdateStream(String tableId,
OutputStream.OutputEventType outputEventType,
Expression onUpdateExpression) |
Copyright © 2025 WSO2. All Rights Reserved.