|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Sizable
The Sizable interface is implemented by types that are capable of calculating the memory footprint of an instance.
| Method Summary | |
|---|---|
int |
calculateSize()Calculate the memory footprint for this instance. |
| Method Detail |
|---|
int calculateSize()
Note: If utilizing SimpleMemoryCalculator#sizeOf(Object), do not pass the instance itself as it will result in endless recursion.
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||