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

Packages that use ProjectedStream
net.esper.client.soda This package defines the Esper statement object model. 
 

Uses of ProjectedStream in net.esper.client.soda
 

Subclasses of ProjectedStream in net.esper.client.soda
 class FilterStream
          A stream upon which projections (views) can be added that selects events by name and filter expression.
 class PatternStream
          A stream of events that is generated by pattern matches.
 

Methods in net.esper.client.soda that return ProjectedStream
 ProjectedStream ProjectedStream.addView(String namespace, String name)
          Adds an un-parameterized view to the stream.
 ProjectedStream ProjectedStream.addView(String namespace, String name, List<Object> parameters)
          Adds a parameterized view to the stream.
 ProjectedStream ProjectedStream.addView(String namespace, String name, Object... parameters)
          Adds a parameterized view to the stream.
 ProjectedStream ProjectedStream.addView(View view)
          Add a view to the stream.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com