Uses of Interface
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookup
Packages that use VirtualDataWindowLookup
Package
Description
Virtual data window extension API classes.
-
Uses of VirtualDataWindowLookup in com.espertech.esper.common.client.hook.vdw
Methods in com.espertech.esper.common.client.hook.vdw that return VirtualDataWindowLookupModifier and TypeMethodDescriptionVirtualDataWindow.getLookup
(VirtualDataWindowLookupContext desc) Returns the lookup strategy for use by an EPL statement to obtain data. -
Uses of VirtualDataWindowLookup in com.espertech.esper.common.internal.epl.virtualdw
Constructors in com.espertech.esper.common.internal.epl.virtualdw with parameters of type VirtualDataWindowLookupModifierConstructorDescriptionJoinExecTableLookupStrategyVirtualDW
(String namedWindowName, VirtualDataWindowLookup externalIndex, TableLookupPlan tableLookupPlan) SubordTableLookupStrategyVDW
(VirtualDWViewFactory factory, SubordTableLookupStrategyFactoryVDW subordTableFactory, VirtualDataWindowLookup externalIndex)