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

    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • getName

      public String getName()
    • getCollectionCount

      public long getCollectionCount()
    • getCollectionTime

      public org.elasticsearch.core.TimeValue getCollectionTime()