Uses of Class
net.esper.client.soda.View

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.
 

Methods in net.esper.client.soda with parameters of type View
 ProjectedStream ProjectedStream.addView(View view)
          Add a view to the stream.
 

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.
 

Constructor parameters in net.esper.client.soda with type arguments of type View
FilterStream(Filter filter, String name, List<View> views)
          Ctor.
ProjectedStream(List<View> views, String optStreamName)
          Ctor.