java.lang.Object
org.elasticsearch.monitor.jvm.GcNames
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetByGcName(String gcName, String defaultName) static StringgetByMemoryPoolName(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
-