Uses of Class
com.espertech.esper.common.client.soda.View
Package
Description
This package defines the Esper statement object model.
-
Uses of View in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic View
Creates a view.static View
View.create
(String name, Expression... parameters) Creates a view.static View
Creates a view.static View
View.create
(String namespace, String name, Expression... parameters) Creates a view.static View
View.create
(String namespace, String name, List<Expression> parameters) Creates a view.static View
View.create
(String name, List<Expression> parameters) Creates a view.Modifier and TypeMethodDescriptionCreateWindowClause.getViews()
Returns the views onto the named window.ProjectedStream.getViews()
Returns the list of views added to the stream.Modifier and TypeMethodDescriptionAdd a view to the stream.static CreateWindowClause
Creates a clause to create a named window.static CreateWindowClause
Creates a clause to create a named window.Modifier and TypeMethodDescriptionvoid
Sets the views onto the named window.void
Sets the list of views onto the stream.protected static void
ProjectedStream.toEPLViews
(StringWriter writer, List<View> views) Renders the views onto the projected stream.ModifierConstructorDescriptionCreateWindowClause
(String windowName, List<View> views) Ctor.FilterStream
(Filter filter, String name, List<View> views) Ctor.protected
ProjectedStream
(List<View> views, String optStreamName) Ctor.