Uses of Class
net.esper.filter.FilterSpec

Packages that use FilterSpec
net.esper.eql.expression   
net.esper.eql.parse   
net.esper.filter   
net.esper.pattern   
net.esper.view.stream   
 

Uses of FilterSpec in net.esper.eql.expression
 

Methods in net.esper.eql.expression that return FilterSpec
 FilterSpec StreamSpec.getFilterSpec()
          Returns filter specification for which events the stream will getSelectListEvents.
 

Constructors in net.esper.eql.expression with parameters of type FilterSpec
StreamSpec(FilterSpec filterSpec, java.util.List<ViewSpec> viewSpecs, java.lang.String optionalStreamName)
          Ctor.
 

Uses of FilterSpec in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return FilterSpec
static FilterSpec ASTFilterSpecHelper.buildSpec(antlr.collections.AST filterAST, java.util.Map<java.lang.String,EventType> optionalTaggedEventTypes, EventTypeResolutionService eventTypeResolutionService)
          Creates a filter specification for the AST representing the filter expression.
 

Uses of FilterSpec in net.esper.filter
 

Methods in net.esper.filter with parameters of type FilterSpec
static void FilterSpecValidator.validate(FilterSpec filterSpec, java.util.Map<java.lang.String,EventType> optionalTaggedEventTypes)
          Validates a filter specification.
 

Uses of FilterSpec in net.esper.pattern
 

Methods in net.esper.pattern that return FilterSpec
 FilterSpec EvalFilterNode.getFilterSpec()
          Returns filter specification.
 

Constructors in net.esper.pattern with parameters of type FilterSpec
EvalFilterNode(FilterSpec filterSpecification, java.lang.String eventAsName)
          Constructor.
EvalFilterStateNode(Evaluator parentNode, FilterSpec filterSpec, java.lang.String eventAsName, MatchedEventMap beginState, PatternContext context)
          Constructor.
 

Uses of FilterSpec in net.esper.view.stream
 

Methods in net.esper.view.stream with parameters of type FilterSpec
 EventStream StreamReuseServiceImpl.createStream(FilterSpec filterSpec, FilterService filterService)
           
 EventStream StreamReuseService.createStream(FilterSpec filterSpec, FilterService filterService)
          Create or reuse existing EventStream instance representing that event filter.
 void StreamReuseServiceImpl.dropStream(FilterSpec filterSpec, FilterService filterService)
           
 void StreamReuseService.dropStream(FilterSpec filterSpec, FilterService filterService)
          Drop the event stream associated with the filter passed in.