|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.OnClause
public abstract class OnClause
A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
Constructor Summary | |
---|---|
OnClause()
Ctor. |
Method Summary | |
---|---|
static OnDeleteClause |
createOnDelete(java.lang.String windowName,
java.lang.String asName)
Creates an on-delete clause for deleting from a named window. |
static OnInsertSplitStreamClause |
createOnInsertSplitStream()
Creates a split-stream clause. |
static OnSelectClause |
createOnSelect(java.lang.String windowName,
java.lang.String asName)
Creates an on-select clause for selecting from a named window. |
static OnSetClause |
createOnSet(Expression expression)
Creates an on-set clause for setting variable values. |
static OnUpdateClause |
createOnUpdate(java.lang.String windowName,
java.lang.String asName,
Expression expression)
Creates an on-update clause for updating a named window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnClause()
Method Detail |
---|
public static OnDeleteClause createOnDelete(java.lang.String windowName, java.lang.String asName)
windowName
- is the named window nameasName
- is the as-provided name of the named window
public static OnInsertSplitStreamClause createOnInsertSplitStream()
public static OnSelectClause createOnSelect(java.lang.String windowName, java.lang.String asName)
windowName
- is the named window nameasName
- is the as-provided name of the named window
public static OnUpdateClause createOnUpdate(java.lang.String windowName, java.lang.String asName, Expression expression)
windowName
- is the named window nameasName
- is the as-provided name of the named windowexpression
- expression
public static OnSetClause createOnSet(Expression expression)
expression
- is the assignment expression
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |