Uses of Class
com.sun.management.GcInfo
Packages that use GcInfo
包
描述
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
Methods in com.sun.management that return GcInfo修饰符和类方法描述static GcInfoGcInfo.from(CompositeData cd) Returns aGcInfoobject 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.Constructors in com.sun.management with parameters of type GcInfoModifierConstructor描述GarbageCollectionNotificationInfo(String gcName, String gcAction, String gcCause, GcInfo gcInfo) Constructs aGarbageCollectionNotificationInfoobject.