|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
public @interface ExternalDW
Annotation for defining an external data window name and open/close functon.
Required Element Summary | |
---|---|
java.lang.String |
name
Name |
Optional Element Summary | |
---|---|
java.lang.String |
functionClose
Close function. |
java.lang.String |
functionOpen
Open function. |
boolean |
unique
Indicator whether unique-key semantics should apply. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String functionOpen
public abstract java.lang.String functionClose
public abstract boolean unique
This indicator is false by default meaning that the implementation should not assume unique-data-window semantics, and would not need to post the previous value of the key as a remove stream event.
Setting this indicator is interpreted by an implementation to assume unique-data-window semantics, thereby instructing to post the previous value for the currently-updated key as a remove stream event.
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |