|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-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® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||