Constructor and Description |
---|
TripleWindow(long t) |
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.
|
public void setBuff(Database db)
Window
public void purge()
Window
public void reportLatestTime(long t)
reportLatestTime
in interface Window