|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.StreamSpecOptions
public class StreamSpecOptions
Abstract base specification for a stream, consists simply of an optional stream name and a list of views on to of the stream.
Implementation classes for views and patterns add additional information defining the stream of events.
Constructor Summary | |
---|---|
StreamSpecOptions()
Ctor, sets all options off. |
|
StreamSpecOptions(boolean isUnidirectional,
boolean isRetainUnion,
boolean isRetainIntersection)
Ctor. |
Method Summary | |
---|---|
boolean |
isRetainIntersection()
Indicator for retaining the intersection of multiple expiry policies. |
boolean |
isRetainUnion()
Indicator for retaining the union of multiple expiry policies. |
boolean |
isUnidirectional()
Returns true to indicate a unidirectional stream in a join, applicable for joins. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamSpecOptions()
public StreamSpecOptions(boolean isUnidirectional, boolean isRetainUnion, boolean isRetainIntersection)
isUnidirectional
- - true to indicate a unidirectional stream in a join, applicable for joinsisRetainUnion
- - for retaining the union of multiple data windowsisRetainIntersection
- - for retaining the intersection of multiple data windowsMethod Detail |
---|
public boolean isRetainUnion()
public boolean isRetainIntersection()
public boolean isUnidirectional()
|
© 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 |