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