Class JvmStats.GarbageCollector

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

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

    • GarbageCollector

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

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

    • writeTo

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

      public  getName()
    • getCollectionCount

      public long getCollectionCount()
    • getCollectionTime

      public org.elasticsearch.core.TimeValue getCollectionTime()