|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookupStrategy | |
---|---|
net.esper.eql.named | Named window classes are in this package |
Uses of LookupStrategy in net.esper.eql.named |
---|
Classes in net.esper.eql.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 net.esper.eql.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 net.esper.eql.named with parameters of type LookupStrategy | |
---|---|
NamedWindowOnDeleteView(StatementStopService statementStopService,
LookupStrategy lookupStrategy,
NamedWindowRootView removeStreamView)
Ctor. |
|
NamedWindowOnExprBaseView(StatementStopService statementStopService,
LookupStrategy lookupStrategy,
NamedWindowRootView rootView)
Ctor. |
|
NamedWindowOnSelectView(StatementStopService statementStopService,
LookupStrategy lookupStrategy,
NamedWindowRootView rootView,
InternalEventRouter internalEventRouter,
ResultSetProcessor optionalResultSetProcessor,
EPStatementHandle statementHandle)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |