Uses of Class
com.espertech.esper.filter.FilterSpecCompiled

Packages that use FilterSpecCompiled
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.view.stream View to event stream relationship service 
 

Uses of FilterSpecCompiled in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return FilterSpecCompiled
 FilterSpecCompiled FilterStreamSpecCompiled.getFilterSpec()
          Returns filter specification for which events the stream will getSelectListEvents.
 

Methods in com.espertech.esper.epl.spec with parameters of type FilterSpecCompiled
 void FilterStreamSpecCompiled.setFilterSpec(FilterSpecCompiled filterSpec)
          Sets a filter specification.
 

Constructors in com.espertech.esper.epl.spec with parameters of type FilterSpecCompiled
FilterStreamSpecCompiled(FilterSpecCompiled filterSpec, List<ViewSpec> viewSpecs, String optionalStreamName, boolean isUnidirectional)
          Ctor.
 

Uses of FilterSpecCompiled in com.espertech.esper.filter
 

Methods in com.espertech.esper.filter that return FilterSpecCompiled
static FilterSpecCompiled FilterSpecCompiler.makeFilterSpec(EventType eventType, String eventTypeAlias, List<ExprNode> filterExpessions, LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes, StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, TimeProvider timeProvider, VariableService variableService)
          Factory method for compiling filter expressions into a filter specification for use with filter service.
 

Uses of FilterSpecCompiled in com.espertech.esper.pattern
 

Methods in com.espertech.esper.pattern that return FilterSpecCompiled
 FilterSpecCompiled EvalFilterNode.getFilterSpec()
          Returns filter specification.
 

Methods in com.espertech.esper.pattern with parameters of type FilterSpecCompiled
 void EvalFilterNode.setFilterSpec(FilterSpecCompiled filterSpec)
          Sets a validated and optimized filter specification
 

Uses of FilterSpecCompiled in com.espertech.esper.view.stream
 

Methods in com.espertech.esper.view.stream with parameters of type FilterSpecCompiled
 Pair<EventStream,ManagedLock> StreamFactorySvcImpl.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          See the method of the same name in StreamFactoryService.
 Pair<EventStream,ManagedLock> StreamFactoryService.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          Create or reuse existing EventStream instance representing that event filter.
 void StreamFactorySvcImpl.dropStream(FilterSpecCompiled filterSpec, FilterService filterService, boolean isJoin)
          See the method of the same name in StreamFactoryService.
 void StreamFactoryService.dropStream(FilterSpecCompiled filterSpec, FilterService filterService, boolean isJoin)
          Drop the event stream associated with the filter passed in.
 


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