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
|
Modifier and Type | Field and Description |
---|---|
protected OutputProcessViewFactory |
StatementAgentInstanceFactorySelect.outputProcessViewFactory |
protected OutputProcessViewFactory |
StatementAgentInstanceFactoryCreateWindow.outputProcessViewFactory |
Modifier and Type | Method and Description |
---|---|
OutputProcessViewFactory |
StatementAgentInstanceFactorySelect.getOutputProcessViewFactory() |
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,
TableService tableService,
ResultSetProcessorType resultSetProcessorType,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory,
StatementVariableRef statementVariableRef) |