|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewUpdatedCollection
A general-purpose collection interface for collections updated by view data.
Views post delta-data in terms of new data (insert stream) events and old data (remove stream) event that leave a window.
Method Summary | |
---|---|
void |
destroy()
De-allocate resources held by the collection. |
int |
getNumEventsInsertBuf()
|
void |
update(EventBean[] newData,
EventBean[] oldData)
Accepts view insert and remove stream. |
Method Detail |
---|
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()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |