Class JvmStats.GarbageCollector

  • All Implemented Interfaces:
    Writeable
    Enclosing class:
    JvmStats

    public static class JvmStats.GarbageCollector
    extends java.lang.Object
    implements Writeable
    • Constructor Detail

      • 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 Detail

      • getName

        public java.lang.String getName()
      • getCollectionCount

        public long getCollectionCount()
      • getCollectionTime

        public TimeValue getCollectionTime()