Package org.elasticsearch.monitor.jvm
Class GcNames
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:
- Constant Field Values
-
OLD
- See Also:
- Constant Field Values
-
SURVIVOR
- See Also:
- Constant Field Values
-
-
Constructor Details
-
GcNames
public GcNames()
-
-
Method Details
-
getByMemoryPoolName
Resolves the GC type by its memory pool name (MemoryPoolMXBean.getName(). -
getByGcName
-