java.lang.Object | |
↳ | sun.tools.jconsole.MemoryPoolStat |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the memory usage after the most recent GC finished.
| |||||||||||
Returns the memory usage before the most recent GC started.
| |||||||||||
Returns the current collection usage threshold.
| |||||||||||
Returns the end time of the most recent GC on
the memory pool for this statistics in milliseconds.
| |||||||||||
Returns the Id of GC.
| |||||||||||
Returns the start time of the most recent GC on
the memory pool for this statistics in milliseconds.
| |||||||||||
Returns the memory pool name.
| |||||||||||
Returns the current memory usage.
| |||||||||||
Returns the current usage threshold.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the memory usage after the most recent GC finished. null if no GC occurs.
Returns the memory usage before the most recent GC started. null if no GC occurs.
Returns the current collection usage threshold. -1 if not supported.
Returns the end time of the most recent GC on the memory pool for this statistics in milliseconds. Return 0 if no GC occurs.
Returns the Id of GC.
Returns the start time of the most recent GC on the memory pool for this statistics in milliseconds. Return 0 if no GC occurs.
Returns the current usage threshold. -1 if not supported.