Package | Description |
---|---|
com.espertech.esper.epl.named |
Named window classes are in this package
|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Field and Description |
---|---|
protected NamedWindowRootViewInstance |
NamedWindowOnExprBaseView.rootView
The root view accepting removals (old data).
|
Modifier and Type | Method and Description |
---|---|
NamedWindowRootViewInstance |
NamedWindowProcessorInstance.getRootViewInstance() |
Modifier and Type | Method and Description |
---|---|
NamedWindowOnExprBaseView |
NamedWindowOnUpdateViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy,
NamedWindowRootViewInstance namedWindowRootViewInstance,
AgentInstanceContext agentInstanceContext,
ResultSetProcessor resultSetProcessor) |
NamedWindowOnExprBaseView |
NamedWindowOnSelectViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy,
NamedWindowRootViewInstance namedWindowRootViewInstance,
AgentInstanceContext agentInstanceContext,
ResultSetProcessor resultSetProcessor) |
NamedWindowOnExprBaseView |
NamedWindowOnMergeViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy,
NamedWindowRootViewInstance namedWindowRootViewInstance,
AgentInstanceContext agentInstanceContext,
ResultSetProcessor resultSetProcessor) |
NamedWindowOnExprBaseView |
NamedWindowOnExprFactory.make(SubordWMatchExprLookupStrategy lookupStrategy,
NamedWindowRootViewInstance namedWindowRootViewInstance,
AgentInstanceContext agentInstanceContext,
ResultSetProcessor resultSetProcessor) |
NamedWindowOnExprBaseView |
NamedWindowOnDeleteViewFactory.make(SubordWMatchExprLookupStrategy lookupStrategy,
NamedWindowRootViewInstance namedWindowRootViewInstance,
AgentInstanceContext agentInstanceContext,
ResultSetProcessor resultSetProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
ValueAddEventProcessor.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
EventTableIndexRepository indexRepository)
Upon new events arriving into a named window (new data), and upon events being deleted
via on-delete (old data), update child views of the root view and apply to index repository as required (fast deletion).
|
void |
VAEVariantProcessor.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
EventTableIndexRepository indexRepository) |
void |
VAERevisionProcessorMerge.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
EventTableIndexRepository indexRepository) |
void |
VAERevisionProcessorDeclared.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
EventTableIndexRepository indexRepository) |