public class SubordHashedTableLookupStrategyPropFactory extends Object implements SubordTableLookupStrategyFactory
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
evaluator |
Constructor and Description |
---|
SubordHashedTableLookupStrategyPropFactory(String[] properties,
int[] keyStreamNums,
ExprEvaluator evaluator) |
Modifier and Type | Method and Description |
---|---|
int[] |
getKeyStreamNums() |
LookupStrategyDesc |
getLookupStrategyDesc() |
String[] |
getProperties()
Returns properties to use from lookup event to look up in index.
|
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
String |
toQueryPlan() |
protected final ExprEvaluator evaluator
public SubordHashedTableLookupStrategyPropFactory(String[] properties, int[] keyStreamNums, ExprEvaluator evaluator)
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, AgentInstanceContext agentInstanceContext, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public String[] getProperties()
public String toQueryPlan()
public LookupStrategyDesc getLookupStrategyDesc()
getLookupStrategyDesc
in interface SubordTableLookupStrategyFactory
public int[] getKeyStreamNums()
Copyright © 2005–2018. All rights reserved.