|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.soda.OnClause
net.esper.client.soda.OnDeleteClause
public class OnDeleteClause
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 | |
---|---|
OnDeleteClause(String windowName,
String optionalAsName)
Ctor. |
Method Summary | |
---|---|
static OnDeleteClause |
create(String windowName,
String optionalAsName)
Creates an on-delete clause. |
String |
getOptionalAsName()
Returns the as-alias for the named window. |
String |
getWindowName()
Returns the name of the named window to delete from. |
void |
setOptionalAsName(String optionalAsName)
Sets the as-alias for the named window. |
void |
setWindowName(String windowName)
Sets the name of the named window. |
void |
toEQL(StringWriter writer)
Renders the clause in textual representation. |
Methods inherited from class net.esper.client.soda.OnClause |
---|
createOnDelete, createOnSelect, createOnSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnDeleteClause(String windowName, String optionalAsName)
windowName
- is the named window nameoptionalAsName
- is the alias name of the named windowMethod Detail |
---|
public static OnDeleteClause create(String windowName, String optionalAsName)
windowName
- is the named window nameoptionalAsName
- is the optional alias
public void toEQL(StringWriter writer)
writer
- to output topublic String getWindowName()
public void setWindowName(String windowName)
windowName
- window namepublic String getOptionalAsName()
public void setOptionalAsName(String optionalAsName)
optionalAsName
- alias to set for window
|
© 2007 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 |