| 限定符 | 构造器和说明 |
|---|---|
private |
JvmGcUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static Optional<MemoryPoolMXBean> |
getLongLivedHeapPool() |
private static MemoryUsage |
getUsage(MemoryPoolMXBean memoryPoolMXBean) |
(专用程序包) static double |
getUsageValue(MemoryPoolMXBean memoryPoolMXBean,
ToLongFunction<MemoryUsage> getter) |
(专用程序包) static boolean |
isConcurrentPhase(String cause,
String name) |
private static boolean |
isHeap(MemoryPoolMXBean memoryPoolBean) |
(专用程序包) static boolean |
isNonGenerationalHeapPool(String name) |
(专用程序包) static boolean |
isOldGenPool(String name) |
(专用程序包) static boolean |
isYoungGenPool(String name) |
private JvmGcUtil()
static Optional<MemoryPoolMXBean> getLongLivedHeapPool()
static boolean isConcurrentPhase(String cause, String name)
static boolean isYoungGenPool(String name)
static boolean isOldGenPool(String name)
static boolean isNonGenerationalHeapPool(String name)
private static boolean isHeap(MemoryPoolMXBean memoryPoolBean)
static double getUsageValue(MemoryPoolMXBean memoryPoolMXBean, ToLongFunction<MemoryUsage> getter)
private static MemoryUsage getUsage(MemoryPoolMXBean memoryPoolMXBean)
Copyright © 2024. All rights reserved.