| Interface | Description |
|---|---|
| GCResource |
Interface for GC resources
|
| Class | Description |
|---|---|
| AbstractGCEvent<T extends AbstractGCEvent<T>> |
The abstract gc event is the base class for all types of events.
|
| AbstractGCEvent.ExtendedType |
Wrapper for the
AbstractGCEvent.Type class adding a field for the full type name. |
| AbstractGCEvent.Type |
Representation of an event type
|
| AbstractGcResource |
Base class for
GCResource implementations |
| ConcurrentGCEvent |
ConcurrentGCEvent.
|
| G1GcEvent |
G1GcEvent may contain lots of detail information which provide information about the
different steps of the garbage collection.
|
| GCEvent |
The GCEvent is the type of event that contains memory (preused, postused, total) and
pause information.
|
| GCEventUJL | |
| GCModel |
Collection of GCEvents.
|
| GCModel.Format | |
| GcResourceFile |
Identifies a GC resource: a file or URL resource containing GC info.
|
| GcResourceSeries |
An (artificial)
GCResource that represents a collection of actual GCResources that are to be
treated as one consecutive log. |
| VmOperationEvent |
Stop the world events that are not GCEvents, but some other vm operations.
|
| Enum | Description |
|---|---|
| AbstractGCEvent.CollectionType | |
| AbstractGCEvent.Concurrency | |
| AbstractGCEvent.GcPattern |
Patterns of additional information for gc events.
|
| AbstractGCEvent.Generation |
Copyright © 2019. All rights reserved.