Uses of Class
com.sun.management.GcInfo
Packages that use GcInfo
-
Uses of GcInfo in com.ibm.lang.management.internal
Methods in com.ibm.lang.management.internal that return GcInfoModifier and TypeMethodDescriptionExtendedGarbageCollectorMXBeanImpl.getLastGcInfo()Returns the GC information about the most recent GC. -
Uses of GcInfo in com.sun.management
Methods in com.sun.management that return GcInfoModifier and TypeMethodDescriptionstatic GcInfoGcInfo.from(CompositeData cd) Returns aGcInfoobject represented by the givenCompositeData.GarbageCollectionNotificationInfo.getGcInfo()Constructors in com.sun.management with parameters of type GcInfoModifierConstructorDescriptionGarbageCollectionNotificationInfo(String gcName, String gcAction, String gcCause, GcInfo gcInfo) Creates a newGarbageCollectionNotificationInfoinstance. -
Uses of GcInfo in com.sun.management.internal
Methods in com.sun.management.internal that return GcInfoModifier and TypeMethodDescriptionstatic GcInfoGcInfoUtil.newGcInfoInstance(long index, long startTime, long endTime, Map<String, MemoryUsage> usageBeforeGc, Map<String, MemoryUsage> usageAfterGc) Methods in com.sun.management.internal with parameters of type GcInfo