Uses of Class
com.sun.management.GcInfo
Packages that use GcInfo
-
Uses of GcInfo in com.sun.management
Methods in com.sun.management that return GcInfoModifier and TypeMethodDescriptionstatic GcInfo
GcInfo.from
(CompositeData cd) Returns aGcInfo
object represented by the givenCompositeData
.GarbageCollectionNotificationInfo.getGcInfo()
GarbageCollectorMXBean.getLastGcInfo()
Returns the GC information about the most recent GC.Constructors in com.sun.management with parameters of type GcInfoModifierConstructorDescriptionGarbageCollectionNotificationInfo
(String gcName, String gcAction, String gcCause, GcInfo gcInfo) Creates a newGarbageCollectionNotificationInfo
instance.