|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectedStream | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of ProjectedStream in com.espertech.esper.client.soda |
---|
Subclasses of ProjectedStream in com.espertech.esper.client.soda | |
---|---|
class |
FilterStream
A stream upon which projections (views) can be added that selects events by name and filter expression. |
class |
PatternStream
A stream of events that is generated by pattern matches. |
Methods in com.espertech.esper.client.soda that return ProjectedStream | |
---|---|
ProjectedStream |
ProjectedStream.addView(String namespace,
String name)
Adds an un-parameterized view to the stream. |
ProjectedStream |
ProjectedStream.addView(String namespace,
String name,
List<Object> parameters)
Adds a parameterized view to the stream. |
ProjectedStream |
ProjectedStream.addView(String namespace,
String name,
Object... parameters)
Adds a parameterized view to the stream. |
ProjectedStream |
ProjectedStream.addView(View view)
Add a view to the stream. |
ProjectedStream |
ProjectedStream.setUnidirectional(boolean isUnidirectional)
Set to true to indicate that a stream is unidirectional, for use in unidirectional joins. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |