![]() | PatternStream Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class PatternStream : ProjectedStream
The PatternStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatternStream |
Ctor.
|
![]() | PatternStream(PatternExpr) |
Ctor.
|
![]() | PatternStream(PatternExpr, String) |
Ctor.
|
![]() | PatternStream(PatternExpr, String, AnnotationPart) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Annotations |
Returns the pattern-level annotations, if any
|
![]() | Expression |
Returns the pattern expression providing events to the stream.
|
![]() | IsRetainIntersection |
Returns true if multiple data window shall be treated as an intersection.
(Inherited from ProjectedStream.) |
![]() | IsRetainUnion |
Returns true if multiple data window shall be treated as a union.
(Inherited from ProjectedStream.) |
![]() | IsUnidirectional |
Returns true if the stream as unidirectional, for use in unidirectional joins.
(Inherited from ProjectedStream.) |
![]() | StreamName |
Returns the stream name.
(Inherited from Stream.) |
![]() | Views |
Returns the list of views added to the stream.
(Inherited from ProjectedStream.) |
Name | Description | |
---|---|---|
![]() | AddView(View) |
Add a view to the stream.
(Inherited from ProjectedStream.) |
![]() | AddView(String, Expression) |
Adds a parameterized view to the stream.
(Inherited from ProjectedStream.) |
![]() | AddView(String, String) |
Adds an un-parameterized view to the stream.
(Inherited from ProjectedStream.) |
![]() | AddView(String, String, Expression) |
Adds a parameterized view to the stream.
(Inherited from ProjectedStream.) |
![]() | AddView(String, String, IListT) | (Inherited from ProjectedStream.) |
![]() ![]() | Create(PatternExpr) |
Creates a pattern stream from a pattern expression.
|
![]() ![]() | Create(PatternExpr, String) |
Creates a named pattern stream from a pattern expression.
|
![]() | ToEPL |
Renders the clause in textual representation.
(Inherited from Stream.) |
![]() | ToEPLProjectedStream | (Overrides ProjectedStreamToEPLProjectedStream(TextWriter, EPStatementFormatter).) |
![]() | ToEPLProjectedStreamType | (Overrides ProjectedStreamToEPLProjectedStreamType(TextWriter).) |
![]() | ToEPLStream |
Renders the clause in textual representation.
(Inherited from ProjectedStream.) |
![]() | ToEPLStreamOptions | (Inherited from ProjectedStream.) |
![]() | ToEPLStreamType | (Inherited from ProjectedStream.) |
![]() | Unidirectional |
Set to unidirectional.
(Inherited from ProjectedStream.) |