Uses of Class
com.sun.management.GcInfo
-
Packages that use GcInfo 软件包 描述 com.sun.management 该软件包包含JDK对java.lang.managementAPI的标准实现的扩展,并定义了该平台的其他组件的管理界面。 -
-
Uses of GcInfo in com.sun.management
Methods in com.sun.management that return GcInfo Modifier and Type 方法 描述 static GcInfoGcInfo. from(CompositeData cd)返回由给定的CompositeData表示的GcInfo对象。GcInfoGarbageCollectionNotificationInfo. getGcInfo()返回与最后垃圾收集相关的GC信息GcInfoGarbageCollectorMXBean. getLastGcInfo()返回有关最新GC的GC信息。Constructors in com.sun.management with parameters of type GcInfo Constructor 描述 GarbageCollectionNotificationInfo(String gcName, String gcAction, String gcCause, GcInfo gcInfo)构造一个GarbageCollectionNotificationInfo对象。
-