|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.StreamSpecBase
com.espertech.esper.epl.spec.FilterStreamSpecCompiled
public class FilterStreamSpecCompiled
Specification for building an event stream out of a filter for events (supplying type and basic filter criteria) and views onto these events which are staggered onto each other to supply a final stream of events.
Constructor Summary | |
---|---|
FilterStreamSpecCompiled(FilterSpecCompiled filterSpec,
List<ViewSpec> viewSpecs,
String optionalStreamName,
boolean isUnidirectional)
Ctor. |
Method Summary | |
---|---|
FilterSpecCompiled |
getFilterSpec()
Returns filter specification for which events the stream will getSelectListEvents. |
void |
setFilterSpec(FilterSpecCompiled filterSpec)
Sets a filter specification. |
Methods inherited from class com.espertech.esper.epl.spec.StreamSpecBase |
---|
getOptionalStreamName, getViewSpecs, isUnidirectional |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.espertech.esper.epl.spec.StreamSpec |
---|
getOptionalStreamName, getViewSpecs, isUnidirectional |
Constructor Detail |
---|
public FilterStreamSpecCompiled(FilterSpecCompiled filterSpec, List<ViewSpec> viewSpecs, String optionalStreamName, boolean isUnidirectional)
filterSpec
- - specifies what events we are interested in.viewSpecs
- - specifies what view to use to derive dataoptionalStreamName
- - stream name, or null if none suppliedisUnidirectional
- - true to indicate a unidirectional stream in a join, applicable for joinsMethod Detail |
---|
public FilterSpecCompiled getFilterSpec()
public void setFilterSpec(FilterSpecCompiled filterSpec)
filterSpec
- to set
|
© 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 |