Uses of Interface
com.espertech.esper.common.internal.epl.lookup.SubordTableLookupStrategyFactory
Packages that use SubordTableLookupStrategyFactory
Package
Description
Quad-tree indexes
-
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.index.advanced.index.quadtree
Classes in com.espertech.esper.common.internal.epl.index.advanced.index.quadtree that implement SubordTableLookupStrategyFactory -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.lookup
Classes in com.espertech.esper.common.internal.epl.lookup that implement SubordTableLookupStrategyFactoryModifier and TypeClassDescriptionclass
Index lookup strategy for subqueries.class
Factory for lookup on an unindexed table returning the full table as matching events.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries. -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.lookupplansubord
Methods in com.espertech.esper.common.internal.epl.lookupplansubord that return SubordTableLookupStrategyFactoryModifier and TypeMethodDescriptionSubordinateQueryPlanDesc.getLookupStrategyFactory()
SubordWMatchExprLookupStrategyFactory.getOptionalInnerStrategy()
Methods in com.espertech.esper.common.internal.epl.lookupplansubord with parameters of type SubordTableLookupStrategyFactoryModifier and TypeMethodDescriptionvoid
SubordinateQueryPlanDesc.setLookupStrategyFactory
(SubordTableLookupStrategyFactory lookupStrategyFactory) -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.lookupsubord
Methods in com.espertech.esper.common.internal.epl.lookupsubord that return SubordTableLookupStrategyFactoryModifier and TypeMethodDescriptionSubordWMatchExprLookupStrategyAllFilteredFactory.getOptionalInnerStrategy()
SubordWMatchExprLookupStrategyAllUnfilteredFactory.getOptionalInnerStrategy()
SubordWMatchExprLookupStrategyIndexedFilteredFactory.getOptionalInnerStrategy()
SubordWMatchExprLookupStrategyIndexedUnfilteredFactory.getOptionalInnerStrategy()
Constructors in com.espertech.esper.common.internal.epl.lookupsubord with parameters of type SubordTableLookupStrategyFactoryModifierConstructorDescriptionSubordWMatchExprLookupStrategyIndexedFilteredFactory
(ExprEvaluator exprEvaluator, SubordTableLookupStrategyFactory lookupStrategyFactory) SubordWMatchExprLookupStrategyIndexedUnfilteredFactory
(SubordTableLookupStrategyFactory lookupStrategyFactory) -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.subselect
Methods in com.espertech.esper.common.internal.epl.subselect with parameters of type SubordTableLookupStrategyFactoryModifier and TypeMethodDescriptionvoid
SubSelectStrategyFactoryLocalViewPreloaded.setLookupStrategyFactory
(SubordTableLookupStrategyFactory lookupStrategyFactory) -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.virtualdw
Classes in com.espertech.esper.common.internal.epl.virtualdw that implement SubordTableLookupStrategyFactoryModifier and TypeClassDescriptionclass
Strategy for looking up, in some sort of table or index, or a set of events, potentially based on the events properties, and returning a set of matched events.