|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEngineDefaults.StreamSelection
public static class ConfigurationEngineDefaults.StreamSelection
Holds default settings for stream selection in the select-clause.
Constructor Summary | |
---|---|
protected |
ConfigurationEngineDefaults.StreamSelection()
Ctor - sets up defaults. |
Method Summary | |
---|---|
StreamSelector |
getDefaultStreamSelector()
Returns the default stream selector. |
void |
setDefaultStreamSelector(StreamSelector defaultStreamSelector)
Sets the default stream selector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ConfigurationEngineDefaults.StreamSelection()
Method Detail |
---|
public StreamSelector getDefaultStreamSelector()
Statements that select data from streams and that do not use one of the explicit stream selection keywords (istream/rstream/irstream), by default, generate selection results for the insert stream only, and not for the remove stream.
This setting can be used to change the default behavior: Use the RSTREAM_ISTREAM_BOTH value to have your statements generate both insert and remove stream results without the use of the "irstream" keyword in the select clause.
public void setDefaultStreamSelector(StreamSelector defaultStreamSelector)
Statements that select data from streams and that do not use one of the explicit stream selection keywords (istream/rstream/irstream), by default, generate selection results for the insert stream only, and not for the remove stream.
This setting can be used to change the default behavior: Use the RSTREAM_ISTREAM_BOTH value to have your statements generate both insert and remove stream results without the use of the "irstream" keyword in the select clause.
defaultStreamSelector
- default stream selector
|
© 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 |