Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.epl.table.onaction |
Table on-action handlers.
|
Constructor and Description |
---|
StatementAgentInstanceFactoryOnTriggerTable(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
ExprNode validatedJoin,
TableOnViewFactory onExprFactory,
EventType activatorResultEventType,
TableMetadata tableMetadata,
ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype,
OutputProcessViewFactory outputProcessViewFactory) |
Modifier and Type | Class and Description |
---|---|
class |
TableOnDeleteViewFactory |
class |
TableOnMergeViewFactory |
class |
TableOnSelectViewFactory |
class |
TableOnUpdateViewFactory |
Modifier and Type | Method and Description |
---|---|
static TableOnViewFactory |
TableOnViewFactoryFactory.make(TableMetadata tableMetadata,
OnTriggerDesc onTriggerDesc,
EventType filterEventType,
String filterStreamName,
StatementContext statementContext,
StatementMetricHandle metricsHandle,
boolean isDistinct,
InternalEventRouter internalEventRouter) |