public interface Window
Modifier and Type | Method and Description |
---|---|
Window |
clone() |
void |
purge()
This method will purify a number of expired elements in the window according to its characteristics
(triple-based or time-based windows)
|
void |
reportLatestTime(long t) |
void |
setBuff(Database db)
each window has a buffer to store elements.
|
void purge()
void reportLatestTime(long t)
void setBuff(Database db)
db
- database-type bufferWindow clone()