Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Constructor and Description |
---|
StatementAgentInstanceFactoryUpdate(StatementContext statementContext,
EPServicesContext services,
EventType streamEventType,
UpdateDesc desc,
InternalRoutePreprocessView onExprView,
InternalEventRouterDesc routerDesc,
SubSelectStrategyCollection subSelectStrategyCollection) |
Modifier and Type | Method and Description |
---|---|
InternalRoutePreprocessView |
InternalEventRouterEntry.getOutputView()
Returns the output view.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalEventRouterImpl.addPreprocessing(InternalEventRouterDesc internalEventRouterDesc,
InternalRoutePreprocessView outputView,
StatementAgentInstanceLock agentInstanceLock,
boolean hasSubselect) |
void |
InternalEventRouter.addPreprocessing(InternalEventRouterDesc internalEventRouterDesc,
InternalRoutePreprocessView outputView,
StatementAgentInstanceLock agentInstanceLock,
boolean hasSubselect) |
Constructor and Description |
---|
InternalEventRouterEntry(int priority,
boolean drop,
ExprEvaluator optionalWhereClause,
ExprNode[] assignments,
EventBeanWriter writer,
TypeWidener[] wideners,
InternalRoutePreprocessView outputView,
StatementAgentInstanceLock agentInstanceLock,
boolean hasSubselect)
Ctor.
|