Uses of Class
com.sun.management.GcInfo
Package
Description
This package contains the JDK's extension to
the standard implementation of the
java.lang.management
API and also defines the management
interface for some other components of the platform.-
Uses of GcInfo in com.sun.management
Modifier and TypeMethodDescriptionstatic GcInfo
GcInfo.from
(CompositeData cd) Returns aGcInfo
object represented by the givenCompositeData
.GarbageCollectionNotificationInfo.getGcInfo()
Returns the GC information related to the last garbage collectionGarbageCollectorMXBean.getLastGcInfo()
Returns the GC information about the most recent GC.ModifierConstructorDescriptionGarbageCollectionNotificationInfo
(String gcName, String gcAction, String gcCause, GcInfo gcInfo) Constructs aGarbageCollectionNotificationInfo
object.