Uses of Interface
com.espertech.esper.epl.named.LookupStrategy

Packages that use LookupStrategy
com.espertech.esper.epl.named Named window classes are in this package 
 

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

Classes in com.espertech.esper.epl.named that implement LookupStrategy
 class LookupStrategyAllRows
          Deletes from a named window all events simply using the named window's data window iterator.
 class LookupStrategyIndexed
          Uses an index to determine event to be deleted or selected from a named window.
 class LookupStrategyTableScan
          Determine events to be deleted from a named window using the where-clause and full table scan.
 

Methods in com.espertech.esper.epl.named with parameters of type LookupStrategy
 void NamedWindowRootView.removeOnExpr(LookupStrategy strategy)
          Unregister an on-delete statement view, using the strategy as a key to remove a reference to the index table used by the strategy.
 

Constructors in com.espertech.esper.epl.named with parameters of type LookupStrategy
NamedWindowOnDeleteView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView removeStreamView, StatementResultService statementResultService)
          Ctor.
NamedWindowOnExprBaseView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView rootView)
          Ctor.
NamedWindowOnSelectView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView rootView, InternalEventRouter internalEventRouter, ResultSetProcessor resultSetProcessor, EPStatementHandle statementHandle, StatementResultService statementResultService)
          Ctor.
 


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