Package org.elasticsearch.monitor.jvm
Class GcNames
java.lang.Object
org.elasticsearch.monitor.jvm.GcNames
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getByGcName
(String gcName, String defaultName) static String
getByMemoryPoolName
(String poolName, String defaultName) Resolves the GC type by its memory pool name (MemoryPoolMXBean.getName()
.
-
Field Details
-
YOUNG
- See Also:
-
OLD
- See Also:
-
SURVIVOR
- See Also:
-
-
Constructor Details
-
GcNames
public GcNames()
-
-
Method Details
-
getByMemoryPoolName
Resolves the GC type by its memory pool name (MemoryPoolMXBean.getName()
. -
getByGcName
-