Uses of Class
com.espertech.esper.client.soda.FilterStream

Packages that use FilterStream
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of FilterStream in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return FilterStream
static FilterStream FilterStream.create(Filter filter)
          Creates a stream using a filter that provides the event type name and filter expression to filter for.
static FilterStream FilterStream.create(Filter filter, String streamName)
          Creates a stream using a filter that provides the event type name and filter expression to filter for.
static FilterStream FilterStream.create(String eventTypeAlias)
          Creates a stream of events of the given name.
static FilterStream FilterStream.create(String eventTypeAlias, Expression filter)
          Creates a stream of events of the given event type name and names that stream.
static FilterStream FilterStream.create(String eventTypeAlias, String streamName)
          Creates a stream of events of the given event type name and names that stream.
static FilterStream FilterStream.create(String eventTypeAlias, String streamName, Expression filter)
          Creates a stream of events of the given event type name and names that stream.
 


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