Uses of Interface
com.espertech.esper.epl.lookup.SubordWMatchExprLookupStrategy

Packages that use SubordWMatchExprLookupStrategy
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.table.onaction Table on-action handlers. 
 

Uses of SubordWMatchExprLookupStrategy in com.espertech.esper.epl.lookup
 

Classes in com.espertech.esper.epl.lookup that implement SubordWMatchExprLookupStrategy
 class SubordWMatchExprLookupStrategyAllFiltered
           
 class SubordWMatchExprLookupStrategyAllUnfiltered
           
 class SubordWMatchExprLookupStrategyIndexedFiltered
           
 class SubordWMatchExprLookupStrategyIndexedUnfiltered
           
 

Methods in com.espertech.esper.epl.lookup that return SubordWMatchExprLookupStrategy
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactoryIndexedUnfiltered.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactoryIndexedFiltered.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactoryAllUnfiltered.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactoryAllFiltered.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactory.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 

Uses of SubordWMatchExprLookupStrategy in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named with parameters of type SubordWMatchExprLookupStrategy
 NamedWindowOnExprBaseView NamedWindowOnUpdateViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance namedWindowRootViewInstance, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 NamedWindowOnExprBaseView NamedWindowOnSelectViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance namedWindowRootViewInstance, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 NamedWindowOnExprBaseView NamedWindowOnMergeViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance namedWindowRootViewInstance, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 NamedWindowOnExprBaseView NamedWindowOnExprFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance namedWindowRootViewInstance, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 NamedWindowOnExprBaseView NamedWindowOnDeleteViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance namedWindowRootViewInstance, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 

Constructors in com.espertech.esper.epl.named with parameters of type SubordWMatchExprLookupStrategy
NamedWindowOnDeleteView(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance rootView, ExprEvaluatorContext exprEvaluatorContext, NamedWindowOnDeleteViewFactory parent)
           
NamedWindowOnExprBaseView(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance rootView, ExprEvaluatorContext exprEvaluatorContext)
          Ctor.
NamedWindowOnMergeView(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance rootView, ExprEvaluatorContext exprEvaluatorContext, NamedWindowOnMergeViewFactory parent)
           
NamedWindowOnSelectView(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance rootView, ExprEvaluatorContext exprEvaluatorContext, NamedWindowOnSelectViewFactory parent, ResultSetProcessor resultSetProcessor, boolean audit, boolean isDelete, TableStateInstance tableStateInstanceInsertInto)
           
NamedWindowOnUpdateView(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance rootView, ExprEvaluatorContext exprEvaluatorContext, NamedWindowOnUpdateViewFactory parent)
           
 

Uses of SubordWMatchExprLookupStrategy in com.espertech.esper.epl.table.onaction
 

Fields in com.espertech.esper.epl.table.onaction declared as SubordWMatchExprLookupStrategy
protected  SubordWMatchExprLookupStrategy TableOnViewBase.lookupStrategy
           
 

Methods in com.espertech.esper.epl.table.onaction with parameters of type SubordWMatchExprLookupStrategy
 TableOnViewBase TableOnViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance tableState, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 TableOnViewBase TableOnUpdateViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance tableState, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 TableOnViewBase TableOnSelectViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance tableState, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 TableOnViewBase TableOnMergeViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance tableState, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 TableOnViewBase TableOnDeleteViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance tableState, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor)
           
 

Constructors in com.espertech.esper.epl.table.onaction with parameters of type SubordWMatchExprLookupStrategy
TableOnDeleteView(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance rootView, ExprEvaluatorContext exprEvaluatorContext, TableMetadata metadata, TableOnDeleteViewFactory parent)
           
TableOnMergeView(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance rootView, ExprEvaluatorContext exprEvaluatorContext, TableMetadata metadata, TableOnMergeViewFactory parent)
           
TableOnSelectView(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance rootView, ExprEvaluatorContext exprEvaluatorContext, TableMetadata metadata, TableOnSelectViewFactory parent, ResultSetProcessor resultSetProcessor, boolean audit, boolean deleteAndSelect)
           
TableOnUpdateView(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance rootView, ExprEvaluatorContext exprEvaluatorContext, TableMetadata metadata, TableOnUpdateViewFactory parent)
           
TableOnViewBase(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance tableStateInstance, ExprEvaluatorContext exprEvaluatorContext, TableMetadata metadata, boolean acquireWriteLock)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com