|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.expression.StreamSpec
public class StreamSpec
Specification for building a stream.
Constructor Summary | |
---|---|
StreamSpec(FilterSpec filterSpec,
java.util.List<ViewSpec> viewSpecs,
java.lang.String optionalStreamName)
Ctor. |
Method Summary | |
---|---|
FilterSpec |
getFilterSpec()
Returns filter specification for which events the stream will getSelectListEvents. |
java.lang.String |
getOptionalStreamName()
Returns the name assigned. |
java.util.List<ViewSpec> |
getViewSpecs()
Returns view definitions to use to construct views to derive data on stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamSpec(FilterSpec filterSpec, java.util.List<ViewSpec> viewSpecs, java.lang.String optionalStreamName)
filterSpec
- - specifies what events we are interested in.viewSpecs
- - specifies what view to use to derive dataoptionalStreamName
- - stream name, or null if none suppliedMethod Detail |
---|
public FilterSpec getFilterSpec()
public java.util.List<ViewSpec> getViewSpecs()
public java.lang.String getOptionalStreamName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |