Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.epl.view |
Internal processing views for output rate limiting, filtering and internal event routing
|
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateWindow(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivatorFilterProxy activator,
ViewFactoryChain unmaterializedViewChain,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
OutputProcessViewFactory outputProcessViewFactory,
boolean recoveringStatement) |
StatementAgentInstanceFactoryOnTrigger(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
ExprNode validatedJoin,
EventType activatorResultEventType,
StatementAgentInstanceFactoryOnTriggerSplitDesc splitDesc,
ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype,
OnSetVariableViewFactory onSetVariableViewFactory,
NamedWindowOnExprFactory onExprFactory,
OutputProcessViewFactory outputProcessViewFactory,
boolean recoveringStatement) |
StatementAgentInstanceFactorySelect(int numStreams,
ViewableActivator[] eventStreamParentViewableActivators,
StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
StreamTypeService typeService,
ViewFactoryChain[] unmaterializedViewChain,
ResultSetProcessorFactoryDesc resultSetProcessorFactoryDesc,
StreamJoinAnalysisResult joinAnalysisResult,
boolean recoveringResilient,
JoinSetComposerPrototype joinSetComposerPrototype,
SubSelectStrategyCollection subSelectStrategyCollection,
ViewResourceDelegateVerified viewResourceDelegate,
OutputProcessViewFactory outputProcessViewFactory) |
Modifier and Type | Class and Description |
---|---|
class |
OutputProcessViewConditionFactory
A view that handles the "output snapshot" keyword in output rate stabilizing.
|
class |
OutputProcessViewDirectDistinctOrAfterFactory
Output process view that does not enforce any output policies and may simply
hand over events to child views, but works with distinct and after-output policies
|
class |
OutputProcessViewDirectFactory
Factory for output process view that does not enforce any output policies and may simply
hand over events to child views, does not handle distinct.
|
class |
OutputProcessViewFactoryCallback
Factory for output processing views.
|
Modifier and Type | Method and Description |
---|---|
static OutputProcessViewFactory |
OutputProcessViewFactoryFactory.make(StatementSpecCompiled statementSpec,
InternalEventRouter internalEventRouter,
StatementContext statementContext,
EventType resultEventType,
OutputProcessViewCallback optionalOutputProcessViewCallback) |