Uses of Interface
com.espertech.esper.common.client.hook.forgeinject.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
Modifier and TypeMethodDescriptionAggregationFunctionModeManaged.getInjectionStrategyAggregationFunctionFactory()
Returns the injection strategy for the aggregation function factoryAggregationFunctionModeMultiParam.getInjectionStrategyAggregationFunctionFactory()
Returns the injection strategy for the aggregation function factoryModifier 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
Modifier 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 factoryModifier 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 factoryModifierConstructorDescriptionAggregationMultiFunctionAccessorModeManaged
(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
Modifier 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
Modifier and TypeMethodDescriptionVirtualDataWindowFactoryModeManaged.getInjectionStrategyFactoryFactory()
Returns the injection strategy for the virtual data window factoryModifier and TypeMethodDescriptionVirtualDataWindowFactoryModeManaged.setInjectionStrategyFactoryFactory
(InjectionStrategy strategy) Sets the injection strategy for the virtual data window factory