public class SubordHashedTableLookupStrategyExprNW extends Object implements SubordTableLookupStrategy
Constructor and Description |
---|
SubordHashedTableLookupStrategyExprNW(SubordHashedTableLookupStrategyExprFactory factory,
PropertyHashedEventTable index) |
Modifier and Type | Method and Description |
---|---|
protected Object |
getKey(EventBean[] eventsPerStream,
ExprEvaluatorContext context) |
LookupStrategyDesc |
getStrategyDesc() |
Collection<EventBean> |
lookup(EventBean[] events,
ExprEvaluatorContext context)
Returns matched events for a set of events to look up for.
|
String |
toQueryPlan() |
public SubordHashedTableLookupStrategyExprNW(SubordHashedTableLookupStrategyExprFactory factory, PropertyHashedEventTable index)
public Collection<EventBean> lookup(EventBean[] events, ExprEvaluatorContext context)
SubordTableLookupStrategy
lookup
in interface SubordTableLookupStrategy
events
- to look upcontext
- contextprotected Object getKey(EventBean[] eventsPerStream, ExprEvaluatorContext context)
public LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface SubordTableLookupStrategy
public String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategy
Copyright © 2005–2018. All rights reserved.