Package | Description |
---|---|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueAddEventProcessor.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
NamedWindowIndexRepository 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,
NamedWindowIndexRepository indexRepository) |
void |
VAERevisionProcessorMerge.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
NamedWindowIndexRepository indexRepository) |
void |
VAERevisionProcessorDeclared.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
NamedWindowIndexRepository indexRepository) |
void |
ValueAddEventProcessor.removeOldData(EventBean[] oldData,
NamedWindowIndexRepository indexRepository)
Called each time a data window posts a remove stream event, to indicate that a data window
remove an event as it expired according to a specified expiration policy.
|
void |
VAEVariantProcessor.removeOldData(EventBean[] oldData,
NamedWindowIndexRepository indexRepository) |
void |
VAERevisionProcessorMerge.removeOldData(EventBean[] oldData,
NamedWindowIndexRepository indexRepository) |
void |
VAERevisionProcessorDeclared.removeOldData(EventBean[] oldData,
NamedWindowIndexRepository indexRepository) |