public class AIRegistrySubselectLookupMap extends Object implements AIRegistrySubselectLookup
Constructor and Description |
---|
AIRegistrySubselectLookupMap(LookupStrategyDesc strategyDesc) |
Modifier and Type | Method and Description |
---|---|
void |
assignService(int num,
SubordTableLookupStrategy subselectStrategy) |
void |
deassignService(int num) |
int |
getInstanceCount() |
LookupStrategyDesc |
getStrategyDesc() |
Collection<EventBean> |
lookup(EventBean[] events,
ExprEvaluatorContext context)
Returns matched events for a set of events to look up for.
|
String |
toQueryPlan() |
public AIRegistrySubselectLookupMap(LookupStrategyDesc strategyDesc)
public void assignService(int num, SubordTableLookupStrategy subselectStrategy)
assignService
in interface AIRegistrySubselectLookup
public void deassignService(int num)
deassignService
in interface AIRegistrySubselectLookup
public Collection<EventBean> lookup(EventBean[] events, ExprEvaluatorContext context)
SubordTableLookupStrategy
lookup
in interface SubordTableLookupStrategy
events
- to look upcontext
- contextpublic int getInstanceCount()
getInstanceCount
in interface AIRegistrySubselectLookup
public String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategy
public LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface SubordTableLookupStrategy
Copyright © 2005–2018. All rights reserved.