|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MapSizeListener
Instances of MapSizeListener can be registered with
ClusteredMap instances to receive events when either the local
(in-heap) or global size of the map changes.
| Method Summary | |
|---|---|
void |
localSizeChanged(int delta)
Fired on a change in the in-heap size. |
void |
sizeChanged(int delta)
Fired on a change in overall map size. |
| Method Detail |
|---|
void localSizeChanged(int delta)
Local size changes can be caused by either user modification of the map, or by internal process removing or adding existing mapping to/from the local heap.
delta - amount by which the size changedvoid sizeChanged(int delta)
Overall size changes are generally triggered by user modifications of the map.
delta - amount by which the size changed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||