Uses of Class
com.sun.management.GcInfo
-
Packages that use GcInfo Package Description com.sun.management Extensions ofjava.lang.management
.com.sun.management.internal -
-
Uses of GcInfo in com.sun.management
Methods in com.sun.management that return GcInfo Modifier and Type Method Description static GcInfo
GcInfo. from(CompositeData cd)
Returns aGcInfo
object represented by the givenCompositeData
.GcInfo
GarbageCollectionNotificationInfo. getGcInfo()
Constructors in com.sun.management with parameters of type GcInfo Constructor Description GarbageCollectionNotificationInfo(String gcName, String gcAction, String gcCause, GcInfo gcInfo)
Creates a newGarbageCollectionNotificationInfo
instance. -
Uses of GcInfo in com.sun.management.internal
Methods in com.sun.management.internal that return GcInfo Modifier and Type Method Description static GcInfo
GcInfoUtil. 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 Modifier and Type Method Description static CompositeData
GcInfoUtil. toCompositeData(GcInfo info)
-