|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use View | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of View in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return View | |
---|---|
static View |
View.create(java.lang.String namespace,
java.lang.String name)
Creates a view. |
static View |
View.create(java.lang.String namespace,
java.lang.String name,
Expression... parameters)
Creates a view. |
static View |
View.create(java.lang.String namespace,
java.lang.String name,
java.util.List<Expression> parameters)
Creates a view. |
Methods in com.espertech.esper.client.soda that return types with arguments of type View | |
---|---|
java.util.List<View> |
ProjectedStream.getViews()
Returns the list of views added to the stream. |
java.util.List<View> |
CreateWindowClause.getViews()
Returns the views onto the named window. |
Methods in com.espertech.esper.client.soda with parameters of type View | |
---|---|
ProjectedStream |
ProjectedStream.addView(View view)
Add a view to the stream. |
static CreateWindowClause |
CreateWindowClause.create(java.lang.String windowName,
View... views)
Creates a clause to create a named window. |
static CreateWindowClause |
CreateWindowClause.create(java.lang.String windowName,
View view)
Creates a clause to create a named window. |
Method parameters in com.espertech.esper.client.soda with type arguments of type View | |
---|---|
void |
ProjectedStream.setViews(java.util.List<View> views)
Sets the list of views onto the stream. |
void |
CreateWindowClause.setViews(java.util.List<View> views)
Sets the views onto the named window. |
protected static void |
ProjectedStream.toEPLViews(java.io.StringWriter writer,
java.util.List<View> views)
Renders the views onto the projected stream. |
Constructors in com.espertech.esper.client.soda with parameters of type View | |
---|---|
CreateWindowClause(java.lang.String windowName,
View[] viewArr)
Ctor. |
Constructor parameters in com.espertech.esper.client.soda with type arguments of type View | |
---|---|
CreateWindowClause(java.lang.String windowName,
java.util.List<View> views)
Ctor. |
|
FilterStream(Filter filter,
java.lang.String name,
java.util.List<View> views)
Ctor. |
|
ProjectedStream(java.util.List<View> views,
java.lang.String optStreamName)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |