Uses of Class
com.sun.management.GcInfo
-
Uses of GcInfo in com.ibm.lang.management.internal
Modifier and TypeMethodDescriptionExtendedGarbageCollectorMXBeanImpl.getLastGcInfo()
Returns the GC information about the most recent GC. -
Uses of GcInfo in com.sun.management
Modifier and TypeMethodDescriptionstatic GcInfo
GcInfo.from
(CompositeData cd) Returns aGcInfo
object represented by the givenCompositeData
.GarbageCollectionNotificationInfo.getGcInfo()
ModifierConstructorDescriptionGarbageCollectionNotificationInfo
(String gcName, String gcAction, String gcCause, GcInfo gcInfo) Creates a newGarbageCollectionNotificationInfo
instance. -
Uses of GcInfo in com.sun.management.internal
Modifier and TypeMethodDescriptionstatic GcInfo
GcInfoUtil.newGcInfoInstance
(long index, long startTime, long endTime, Map<String, MemoryUsage> usageBeforeGc, Map<String, MemoryUsage> usageAfterGc)