Class GcNames

org.elasticsearch.monitor.jvm.GcNames

public class GcNames extends
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static
     
    static
     
    static
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static
     gcName,  defaultName)
     
    static
     poolName,  defaultName)
    Resolves the GC type by its memory pool name (.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Field Details

  • Constructor Details

    • GcNames

      public GcNames()
  • Method Details

    • getByMemoryPoolName

      public static  getByMemoryPoolName( poolName,  defaultName)
      Resolves the GC type by its memory pool name (.
    • getByGcName

      public static  getByGcName( gcName,  defaultName)