public class SubordIndexedTableLookupStrategySinglePropFactory extends java.lang.Object implements SubordTableLookupStrategyFactory
Modifier and Type | Field and Description |
---|---|
protected int |
keyStreamNum
Stream numbers to get key values from.
|
protected EventPropertyGetter |
propertyGetter
Getters to use to get key values.
|
Constructor and Description |
---|
SubordIndexedTableLookupStrategySinglePropFactory(boolean isNWOnTrigger,
EventType[] eventTypes,
int keyStreamNum,
java.lang.String property)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
java.lang.String |
toQueryPlan() |
java.lang.String |
toString() |
protected final int keyStreamNum
protected final EventPropertyGetter propertyGetter
public SubordIndexedTableLookupStrategySinglePropFactory(boolean isNWOnTrigger, EventType[] eventTypes, int keyStreamNum, java.lang.String property)
eventTypes
- is the event types per streamkeyStreamNum
- is the stream number per propertyproperty
- is the key propertiesisNWOnTrigger
- for named window on-triggerpublic SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategyFactory