|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| 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 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||