Uses of Class
net.esper.eql.spec.StreamSpec

Packages that use StreamSpec
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of StreamSpec in net.esper.core
 

Method parameters in net.esper.core with type arguments of type StreamSpec
protected static String[] EPEQLStmtStartMethod.determineStreamNames(List<StreamSpec> streams)
          Returns a stream name assigned for each stream, generated if none was supplied.
 

Uses of StreamSpec in net.esper.eql.spec
 

Subclasses of StreamSpec in net.esper.eql.spec
 class DBStatementStreamSpec
          Specification object for historical data poll via database SQL statement.
 class FilterStreamSpec
          Specification for building an event stream out of a filter for events (supplying type and basic filter criteria) and views onto these events which are staggered onto each other to supply a final stream of events.
 class PatternStreamSpec
          Specification for building an event stream out of a pattern statement and views staggered onto the pattern statement.
 

Methods in net.esper.eql.spec that return types with arguments of type StreamSpec
 List<StreamSpec> StatementSpec.getStreamSpecs()
          Returns the FROM-clause stream definitions.