|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.StreamSpecBase
public abstract class StreamSpecBase
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 | |
---|---|
StreamSpecBase()
Default ctor. |
|
StreamSpecBase(String optionalStreamName,
List<ViewSpec> viewSpecs)
Ctor. |
Method Summary | |
---|---|
String |
getOptionalStreamName()
Returns the name assigned. |
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 StreamSpecBase(String optionalStreamName, List<ViewSpec> viewSpecs)
optionalStreamName
- - stream name, or null if none suppliedviewSpecs
- - specifies what view to use to derive datapublic StreamSpecBase()
Method Detail |
---|
public String getOptionalStreamName()
public List<ViewSpec> getViewSpecs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |