Package | Description |
---|---|
com.ibm.java.diagnostics.healthcenter.api | |
com.ibm.java.diagnostics.healthcenter.api.gc |
Class and Description |
---|
GCData
This class provides information about the garbage collection behaviour in the
monitored Java application.
|
Class and Description |
---|
GCData.GCmodes
The different types of garbage collection mode.
|
GCEvent
This class defines the values returned with a GC event takes place and is
used by the GCEventListener interface
|
GCEventListener
This interface needs to be implemented to receive notifications via the gcEvent call
every time a gc takes place
|
GCPreferences
This class allows applications to retrieve or set various preferences that
are relevant to the garbage collection data
|
HeapData
This class represents a heap size at a specific time.
|
ObjectAllocationEvent
This class is used to store a single object allocation event.
|
ObjectAllocationEventListener
This interface needs to be implemented to receive notifications via the objectAllocationEvent call
every time an object allocation takes place
|
OutOfLineAllocationEvent |
PauseData
This is a single time event data representing a garbage collection pause.
|