Class JvmStats.GarbageCollector

java.lang.Object
org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
All Implemented Interfaces:
Writeable
Enclosing class:
JvmStats

public static class JvmStats.GarbageCollector extends Object implements Writeable
  • Constructor Details

    • GarbageCollector

      public GarbageCollector(String name, long collectionCount, long collectionTime)
    • GarbageCollector

      public GarbageCollector(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details