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 java.lang.Object
implements Writeable
  • Constructor Details

    • GarbageCollector

      public GarbageCollector​(java.lang.String name, long collectionCount, long collectionTime)
    • GarbageCollector

      public GarbageCollector​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • writeTo

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

      public java.lang.String getName()
    • getCollectionCount

      public long getCollectionCount()
    • getCollectionTime

      public org.elasticsearch.common.unit.TimeValue getCollectionTime()