Uses of Interface
java.lang.management.MemoryPoolMXBean
-
Packages that use MemoryPoolMXBean 软件包 描述 java.lang.management 提供用于监视和管理Java虚拟机和Java运行时中其他组件的管理界面。 -
-
Uses of MemoryPoolMXBean in java.lang.management
Methods in java.lang.management that return types with arguments of type MemoryPoolMXBean Modifier and Type 方法 描述 static List<MemoryPoolMXBean>
ManagementFactory. getMemoryPoolMXBeans()
返回Java虚拟机中的MemoryPoolMXBean
个对象的列表。
-