|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.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(java.lang.String optionalStreamName,
ViewSpec[] viewSpecs,
StreamSpecOptions streamSpecOptions)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getOptionalStreamName()
Returns the name assigned. |
StreamSpecOptions |
getOptions()
Returns the options for the stream such as unidirectional, retain-union etc. |
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(java.lang.String optionalStreamName, ViewSpec[] viewSpecs, StreamSpecOptions streamSpecOptions)
optionalStreamName
- - stream name, or null if none suppliedviewSpecs
- - specifies what view to use to derive datastreamSpecOptions
- - indicates additional options such as unidirectional stream or retain-union or retain-intersectionpublic StreamSpecBase()
Method Detail |
---|
public java.lang.String getOptionalStreamName()
public ViewSpec[] getViewSpecs()
public StreamSpecOptions getOptions()
|
© 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 |