Interface ViewUpdatedCollection
- All Known Implementing Classes:
IStreamRandomAccess
,IStreamRelativeAccess
,PriorEventBufferMulti
,PriorEventBufferSingle
,PriorEventBufferUnbound
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
Modifier and TypeMethodDescriptionvoid
destroy()
De-allocate resources held by the collection.int
void
Accepts view insert and remove stream.
-
Method Details
-
update
Accepts view insert and remove stream.- Parameters:
newData
- is the insert stream events or null if no dataoldData
- is the remove stream events or null if no data
-
destroy
void destroy()De-allocate resources held by the collection. -
getNumEventsInsertBuf
int getNumEventsInsertBuf()
-