Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
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.
|
Constructor and Description |
---|
StatementAgentInstanceFactoryUpdate(StatementContext statementContext,
EPServicesContext services,
EventType streamEventType,
UpdateDesc desc,
InternalRoutePreprocessView onExprView,
InternalEventRouterDesc routerDesc,
SubSelectStrategyCollection subSelectStrategyCollection) |
Modifier and Type | Method and Description |
---|---|
UpdateDesc |
InternalEventRouterDesc.getUpdateDesc() |
Modifier and Type | Method and Description |
---|---|
InternalEventRouterDesc |
InternalEventRouterImpl.getValidatePreprocessing(EventType eventType,
UpdateDesc desc,
Annotation[] annotations,
String statementName) |
InternalEventRouterDesc |
InternalEventRouter.getValidatePreprocessing(EventType eventType,
UpdateDesc desc,
Annotation[] annotations,
String statementName) |
void |
InternalEventRouterImpl.removePreprocessing(EventType eventType,
UpdateDesc desc) |
void |
InternalEventRouter.removePreprocessing(EventType eventType,
UpdateDesc desc)
Remove preprocessing.
|
Constructor and Description |
---|
InternalEventRouterDesc(UpdateDesc updateDesc,
EventBeanCopyMethod copyMethod,
TypeWidener[] wideners,
EventType eventType,
Annotation[] annotations,
EngineImportService engineImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
UpdateDesc |
StatementSpecRaw.getUpdateDesc()
Returns the update spec.
|
UpdateDesc |
StatementSpecCompiled.getUpdateSpec()
Returns the update spec if update clause is used.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecRaw.setUpdateDesc(UpdateDesc updateDesc)
Sets the update specification.
|
Constructor and Description |
---|
StatementSpecCompiled(OnTriggerDesc onTriggerDesc,
CreateWindowDesc createWindowDesc,
CreateIndexDesc createIndexDesc,
CreateVariableDesc createVariableDesc,
CreateTableDesc createTableDesc,
CreateSchemaDesc createSchemaDesc,
InsertIntoDesc insertIntoDesc,
SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum,
SelectClauseSpecCompiled selectClauseSpec,
StreamSpecCompiled[] streamSpecs,
OuterJoinDesc[] outerJoinDescList,
ExprNode filterExprRootNode,
ExprNode havingExprRootNode,
OutputLimitSpec outputLimitSpec,
OrderByItem[] orderByList,
ExprSubselectNode[] subSelectExpressions,
ExprDeclaredNode[] declaredExpressions,
ExpressionScriptProvided[] scripts,
Set<String> variableReferences,
RowLimitSpec rowLimitSpec,
String[] eventTypeReferences,
Annotation[] annotations,
UpdateDesc updateSpec,
MatchRecognizeSpec matchRecognizeSpec,
ForClauseSpec forClauseSpec,
Map<Integer,List<ExprNode>> sqlParameters,
CreateContextDesc contextDesc,
String optionalContextName,
CreateDataFlowDesc createGraphDesc,
CreateExpressionDesc createExpressionDesc,
FireAndForgetSpec fireAndForgetSpec,
GroupByClauseExpressions groupByExpressions,
IntoTableSpec intoTableSpec,
ExprTableAccessNode[] tableNodes) |