Package org.elasticsearch.monitor.jvm
Class GcNames
- java.lang.Object
-
- org.elasticsearch.monitor.jvm.GcNames
-
public class GcNames extends Object
-
-
Constructor Summary
Constructors Constructor Description GcNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetByGcName(String gcName, String defaultName)static StringgetByMemoryPoolName(String poolName, String defaultName)Resolves the GC type by its memory pool name (MemoryPoolMXBean.getName().
-
-
-
Field Detail
-
YOUNG
public static final String YOUNG
- See Also:
- Constant Field Values
-
OLD
public static final String OLD
- See Also:
- Constant Field Values
-
SURVIVOR
public static final String SURVIVOR
- See Also:
- Constant Field Values
-
-