|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - statistics typepublic interface IResizer<S>
A pool resizer can only manage one pool.
| Method Summary | |
|---|---|
void |
prepareUpdate(S stats)
Prepare an update (calculate next value of expectedSize). |
void |
setResizable(IResizable resizable)
Resizer will call method on it. |
void |
update()
This method grant that eventually at least one call will be made to setExpectedSize, with stats calculated by latest call to prepareUpdate. |
| Method Detail |
|---|
void prepareUpdate(S stats)
stats - statisticsvoid update()
void setResizable(IResizable resizable)
resizable - a resizable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||