|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationPlugInAggregationMultiFunction | |
---|---|
com.espertech.esper.client | This package and its sub-packages defines the central Esper Client APIs. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.core | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
com.espertech.esper.epl.expression.accessagg | Access-aggregation expressions. |
com.espertech.esper.epl.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
com.espertech.esper.plugin | APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in this package. |
Uses of ConfigurationPlugInAggregationMultiFunction in com.espertech.esper.client |
---|
Fields in com.espertech.esper.client with type parameters of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
protected java.util.List<ConfigurationPlugInAggregationMultiFunction> |
Configuration.plugInAggregationMultiFunctions
List of configured plug-in aggregation multi-functions. |
Methods in com.espertech.esper.client that return types with arguments of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
java.util.List<ConfigurationPlugInAggregationMultiFunction> |
ConfigurationInformation.getPlugInAggregationMultiFunctions()
Returns a list of configured plug-in multi-function aggregation functions. |
java.util.List<ConfigurationPlugInAggregationMultiFunction> |
Configuration.getPlugInAggregationMultiFunctions()
|
Methods in com.espertech.esper.client with parameters of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
void |
ConfigurationOperations.addPlugInAggregationMultiFunction(ConfigurationPlugInAggregationMultiFunction config)
Adds a plug-in aggregation multi-function. |
void |
Configuration.addPlugInAggregationMultiFunction(ConfigurationPlugInAggregationMultiFunction config)
|
Uses of ConfigurationPlugInAggregationMultiFunction in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service with parameters of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
void |
ConfigurationOperationsImpl.addPlugInAggregationMultiFunction(ConfigurationPlugInAggregationMultiFunction config)
|
Uses of ConfigurationPlugInAggregationMultiFunction in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core that return ConfigurationPlugInAggregationMultiFunction | |
---|---|
ConfigurationPlugInAggregationMultiFunction |
EngineImportServiceImpl.resolveAggregationMultiFunction(java.lang.String name)
|
ConfigurationPlugInAggregationMultiFunction |
EngineImportService.resolveAggregationMultiFunction(java.lang.String name)
|
Methods in com.espertech.esper.epl.core with parameters of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
void |
EngineImportServiceImpl.addAggregationMultiFunction(ConfigurationPlugInAggregationMultiFunction desc)
|
void |
EngineImportService.addAggregationMultiFunction(ConfigurationPlugInAggregationMultiFunction desc)
|
Uses of ConfigurationPlugInAggregationMultiFunction in com.espertech.esper.epl.expression.accessagg |
---|
Constructors in com.espertech.esper.epl.expression.accessagg with parameters of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
ExprPlugInAggMultiFunctionNode(boolean distinct,
ConfigurationPlugInAggregationMultiFunction config,
PlugInAggregationMultiFunctionFactory pluginAggregationMultiFunctionFactory,
java.lang.String functionName)
Ctor. |
Uses of ConfigurationPlugInAggregationMultiFunction in com.espertech.esper.epl.parse |
---|
Method parameters in com.espertech.esper.epl.parse with type arguments of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
static Pair<ExprTableAccessNode,java.util.List<ExprChainedSpec>> |
ASTTableExprHelper.checkTableNameGetLibFunc(TableService tableService,
EngineImportService engineImportService,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
java.lang.String engineURI,
java.lang.String classIdent,
java.util.List<ExprChainedSpec> chain)
|
static Pair<ExprTableAccessNode,java.util.List<ExprChainedSpec>> |
ASTTableExprHelper.getTableExprChainable(EngineImportService engineImportService,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
java.lang.String engineURI,
java.lang.String tableName,
java.util.List<ExprChainedSpec> chain)
Handle "variable[...].xxxxx......" |
static void |
ASTLibFunctionHelper.handleLibFunc(org.antlr.v4.runtime.CommonTokenStream tokenStream,
EsperEPL2GrammarParser.LibFunctionContext ctx,
ConfigurationInformation configurationInformation,
EngineImportService engineImportService,
java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
java.lang.String engineURI,
ExpressionDeclDesc expressionDeclarations,
ExprDeclaredService exprDeclaredService,
java.util.List<ExpressionScriptProvided> scriptExpressions,
ContextDescriptor contextDescriptor,
TableService tableService,
StatementSpecRaw statementSpec)
|
static ExprNode |
ASTAggregationHelper.tryResolveAsAggregation(EngineImportService engineImportService,
boolean distinct,
java.lang.String functionName,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
java.lang.String engineURI)
|
Uses of ConfigurationPlugInAggregationMultiFunction in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return types with arguments of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> |
StatementSpecMapContext.getPlugInAggregations()
|
Uses of ConfigurationPlugInAggregationMultiFunction in com.espertech.esper.plugin |
---|
Methods in com.espertech.esper.plugin that return ConfigurationPlugInAggregationMultiFunction | |
---|---|
ConfigurationPlugInAggregationMultiFunction |
PlugInAggregationMultiFunctionValidationContext.getConfig()
Returns the original configuration object for the aggregation multi-function |
ConfigurationPlugInAggregationMultiFunction |
PlugInAggregationMultiFunctionDeclarationContext.getConfiguration()
Returns the configuration provided when the aggregation multi-functions where registered. |
Constructors in com.espertech.esper.plugin with parameters of type ConfigurationPlugInAggregationMultiFunction | |
---|---|
PlugInAggregationMultiFunctionDeclarationContext(java.lang.String functionName,
boolean distinct,
java.lang.String engineURI,
ConfigurationPlugInAggregationMultiFunction configuration)
Ctor. |
|
PlugInAggregationMultiFunctionValidationContext(java.lang.String functionName,
EventType[] eventTypes,
ExprNode[] parameterExpressions,
java.lang.String engineURI,
java.lang.String statementName,
ExprValidationContext validationContext,
ConfigurationPlugInAggregationMultiFunction config,
TableMetadataColumnAggregation optionalTableColumnAccessed,
ExprNode[] allParameterExpressions)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |