public interface ViewUpdatedCollection
Views post delta-data in terms of new data (insert stream) events and old data (remove stream) event that leave a window.
Modifier and Type | Method and Description |
---|---|
void |
destroy()
De-allocate resources held by the collection.
|
int |
getNumEventsInsertBuf() |
void |
update(EventBean[] newData,
EventBean[] oldData)
Accepts view insert and remove stream.
|
void update(EventBean[] newData, EventBean[] oldData)
newData
- is the insert stream events or null if no dataoldData
- is the remove stream events or null if no datavoid destroy()
int getNumEventsInsertBuf()