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)
UpdateSet 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) |
Query |
Query.returns(OutputStream.OutputEventType outputEventType) |
void |
Query.updateBy(String outputTableId,
OutputStream.OutputEventType outputEventType,
Expression onUpdateExpression) |
void |
Query.updateBy(String outputTableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSetAttributes,
Expression onUpdateExpression) |
void |
Query.updateOrInsertBy(String outputTableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSetAttributes,
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) |
ReturnStream(OutputStream.OutputEventType outputEventType) |
UpdateOrInsertStream(String tableId,
OutputStream.OutputEventType outputEventType,
Expression onUpdateExpression) |
UpdateOrInsertStream(String tableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSet,
Expression onUpdateExpression) |
UpdateStream(String tableId,
OutputStream.OutputEventType outputEventType,
Expression onUpdateExpression) |
UpdateStream(String tableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSet,
Expression onUpdateExpression) |
Copyright © 2018 WSO2. All rights reserved.