public class SubordIndexedTableLookupTableStrategy extends Object implements SubordTableLookupStrategy
Constructor and Description |
---|
SubordIndexedTableLookupTableStrategy(SubordTableLookupStrategy inner,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getStrategyDesc() |
Collection<EventBean> |
lookup(EventBean[] events,
ExprEvaluatorContext context)
Returns matched events for a set of events to look up for.
|
String |
toQueryPlan() |
public SubordIndexedTableLookupTableStrategy(SubordTableLookupStrategy inner, Lock lock)
public Collection<EventBean> lookup(EventBean[] events, ExprEvaluatorContext context)
SubordTableLookupStrategy
lookup
in interface SubordTableLookupStrategy
events
- to look upcontext
- contextpublic LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface SubordTableLookupStrategy
public String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategy