Package | Description |
---|---|
com.espertech.esper.common.client.hook.aggfunc |
Aggregation function (simple) extension API.
|
com.espertech.esper.common.client.hook.aggmultifunc |
Aggregation multi-function extension API for aggregation functions that hold events, share state and/or operate with tables.
|
com.espertech.esper.common.client.hook.forgeinject |
Injection strategies for compiler use.
|
com.espertech.esper.common.client.hook.vdw |
Virtual data window extension API classes.
|
Modifier and Type | Method and Description |
---|---|
InjectionStrategy |
AggregationFunctionModeMultiParam.getInjectionStrategyAggregationFunctionFactory()
Returns the injection strategy for the aggregation function factory
|
InjectionStrategy |
AggregationFunctionModeManaged.getInjectionStrategyAggregationFunctionFactory()
Returns the injection strategy for the aggregation function factory
|
Modifier and Type | Method and Description |
---|---|
AggregationFunctionModeMultiParam |
AggregationFunctionModeMultiParam.setInjectionStrategyAggregationFunctionFactory(InjectionStrategy strategy)
Sets the injection strategy for the aggregation function factory
|
AggregationFunctionModeManaged |
AggregationFunctionModeManaged.setInjectionStrategyAggregationFunctionFactory(InjectionStrategy strategy)
Sets the injection strategy for the aggregation function factory
|
Modifier and Type | Method and Description |
---|---|
InjectionStrategy |
AggregationMultiFunctionAccessorModeManaged.getInjectionStrategyAggregationAccessorFactory()
Returns the injection strategy for the aggregation accessor factory
|
InjectionStrategy |
AggregationMultiFunctionAgentModeManaged.getInjectionStrategyAggregationAgentFactory()
Returns the injection strategy for the aggregation agent factory
|
InjectionStrategy |
AggregationMultiFunctionStateModeManaged.getInjectionStrategyAggregationStateFactory()
Returns the injection strategy for the aggregation state factory
|
InjectionStrategy |
AggregationMultiFunctionTableReaderModeManaged.getInjectionStrategyTableReaderFactory()
Returns the injection strategy for the aggregation table reader factory
|
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionAccessorModeManaged |
AggregationMultiFunctionAccessorModeManaged.setInjectionStrategyAggregationAccessorFactory(InjectionStrategy strategy)
Sets the injection strategy for the aggregation accessor factory
|
AggregationMultiFunctionAgentModeManaged |
AggregationMultiFunctionAgentModeManaged.setInjectionStrategyAggregationAgentFactory(InjectionStrategy strategy)
Sets the injection strategy for the aggregation agent factory
|
AggregationMultiFunctionStateModeManaged |
AggregationMultiFunctionStateModeManaged.setInjectionStrategyAggregationStateFactory(InjectionStrategy strategy)
Sets the injection strategy for the aggregation state factory
|
AggregationMultiFunctionTableReaderModeManaged |
AggregationMultiFunctionTableReaderModeManaged.setInjectionStrategyTableReaderFactory(InjectionStrategy strategy)
Sets the injection strategy for the aggregation table reader factory
|
Modifier and Type | Class and Description |
---|---|
class |
InjectionStrategyClassNewInstance
Provides the compiler with code that allocates and initializes an instance of some class
by using "new" and by using setters.
|
Modifier and Type | Method and Description |
---|---|
InjectionStrategy |
VirtualDataWindowFactoryModeManaged.getInjectionStrategyFactoryFactory()
Returns the injection strategy for the virtual data window factory
|
Modifier and Type | Method and Description |
---|---|
VirtualDataWindowFactoryModeManaged |
VirtualDataWindowFactoryModeManaged.setInjectionStrategyFactoryFactory(InjectionStrategy strategy)
Sets the injection strategy for the virtual data window factory
|
Copyright © 2005–2018. All rights reserved.