Uses of Class
com.espertech.esper.common.client.soda.View
Packages that use View
Package
Description
This package defines the Esper statement object model.
-
Uses of View in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return ViewModifier 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.Methods in com.espertech.esper.common.client.soda that return types with arguments of type ViewModifier and TypeMethodDescriptionCreateWindowClause.getViews()
Returns the views onto the named window.ProjectedStream.getViews()
Returns the list of views added to the stream.Methods in com.espertech.esper.common.client.soda with parameters of type ViewModifier 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.Method parameters in com.espertech.esper.common.client.soda with type arguments of type ViewModifier 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.Constructors in com.espertech.esper.common.client.soda with parameters of type ViewConstructor parameters in com.espertech.esper.common.client.soda with type arguments of type ViewModifierConstructorDescriptionCreateWindowClause
(String windowName, List<View> views) Ctor.FilterStream
(Filter filter, String name, List<View> views) Ctor.protected
ProjectedStream
(List<View> views, String optStreamName) Ctor.