| Interface | Description |
|---|---|
| BalancedEvent | |
| GCData |
This class provides information about the garbage collection behaviour in the
monitored Java application.
|
| GCDefaultPreferences |
This class provides default values for the garbage collection preferences
|
| 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
|
| GenconEvent | |
| 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.
|
| Class | Description |
|---|---|
| GCPreferences |
This class allows applications to retrieve or set various preferences that
are relevant to the garbage collection data
|
| Enum | Description |
|---|---|
| GCData.GCmodes |
The different types of garbage collection mode.
|