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