Uses of Interface
com.espertech.esper.common.client.hook.forgeinject.InjectionStrategy
Packages that use InjectionStrategy
Package
Description
Aggregation function (simple) extension API.
Aggregation multi-function extension API for aggregation functions that hold events, share state and/or operate with tables.
Injection strategies for compiler use.
Virtual data window extension API classes.
-
Uses of InjectionStrategy in com.espertech.esper.common.client.hook.aggfunc
Methods in com.espertech.esper.common.client.hook.aggfunc that return InjectionStrategyModifier and TypeMethodDescriptionAggregationFunctionModeManaged.getInjectionStrategyAggregationFunctionFactory()
Returns the injection strategy for the aggregation function factoryAggregationFunctionModeMultiParam.getInjectionStrategyAggregationFunctionFactory()
Returns the injection strategy for the aggregation function factoryMethods in com.espertech.esper.common.client.hook.aggfunc with parameters of type InjectionStrategyModifier and TypeMethodDescriptionAggregationFunctionModeManaged.setInjectionStrategyAggregationFunctionFactory
(InjectionStrategy strategy) Sets the injection strategy for the aggregation function factoryAggregationFunctionModeMultiParam.setInjectionStrategyAggregationFunctionFactory
(InjectionStrategy strategy) Sets the injection strategy for the aggregation function factory -
Uses of InjectionStrategy in com.espertech.esper.common.client.hook.aggmultifunc
Methods in com.espertech.esper.common.client.hook.aggmultifunc that return InjectionStrategyModifier and TypeMethodDescriptionAggregationMultiFunctionAccessorModeManaged.getInjectionStrategyAggregationAccessorFactory()
Returns the injection strategy for the aggregation accessor factoryAggregationMultiFunctionAgentModeManaged.getInjectionStrategyAggregationAgentFactory()
Returns the injection strategy for the aggregation agent factoryAggregationMultiFunctionAggregationMethodModeManaged.getInjectionStrategyAggregationMethodFactory()
Returns the injection strategy for the aggregation table reader factoryAggregationMultiFunctionStateModeManaged.getInjectionStrategyAggregationStateFactory()
Returns the injection strategy for the aggregation state factoryMethods in com.espertech.esper.common.client.hook.aggmultifunc with parameters of type InjectionStrategyModifier and TypeMethodDescriptionAggregationMultiFunctionAccessorModeManaged.setInjectionStrategyAggregationAccessorFactory
(InjectionStrategy strategy) Sets the injection strategy for the aggregation accessor factoryAggregationMultiFunctionAgentModeManaged.setInjectionStrategyAggregationAgentFactory
(InjectionStrategy strategy) Sets the injection strategy for the aggregation agent factoryAggregationMultiFunctionAggregationMethodModeManaged.setInjectionStrategyAggregationMethodFactory
(InjectionStrategy strategy) Sets the injection strategy for the aggregation table reader factoryAggregationMultiFunctionStateModeManaged.setInjectionStrategyAggregationStateFactory
(InjectionStrategy strategy) Sets the injection strategy for the aggregation state factoryConstructors in com.espertech.esper.common.client.hook.aggmultifunc with parameters of type InjectionStrategyModifierConstructorDescriptionAggregationMultiFunctionAccessorModeManaged
(InjectionStrategy injectionStrategyAggregationAccessorFactory) Ctor.AggregationMultiFunctionAgentModeManaged
(InjectionStrategy injectionStrategyAggregationAgentFactory) CtorAggregationMultiFunctionAggregationMethodModeManaged
(InjectionStrategy injectionStrategyAggregationMethodFactory) Ctor.AggregationMultiFunctionStateModeManaged
(InjectionStrategy injectionStrategyAggregationStateFactory) Ctor. -
Uses of InjectionStrategy in com.espertech.esper.common.client.hook.forgeinject
Classes in com.espertech.esper.common.client.hook.forgeinject that implement InjectionStrategyModifier and TypeClassDescriptionclass
Provides the compiler with code that allocates and initializes an instance of some class by using "new" and by using setters. -
Uses of InjectionStrategy in com.espertech.esper.common.client.hook.vdw
Methods in com.espertech.esper.common.client.hook.vdw that return InjectionStrategyModifier and TypeMethodDescriptionVirtualDataWindowFactoryModeManaged.getInjectionStrategyFactoryFactory()
Returns the injection strategy for the virtual data window factoryMethods in com.espertech.esper.common.client.hook.vdw with parameters of type InjectionStrategyModifier and TypeMethodDescriptionVirtualDataWindowFactoryModeManaged.setInjectionStrategyFactoryFactory
(InjectionStrategy strategy) Sets the injection strategy for the virtual data window factory