Class JvmStats.Threads

  • All Implemented Interfaces:
    Writeable
    Enclosing class:
    JvmStats

    public static class JvmStats.Threads
    extends java.lang.Object
    implements Writeable
    • Constructor Summary

      Constructors 
      Constructor Description
      Threads​(int count, int peakCount)  
      Threads​(StreamInput in)  
    • Method Summary

      Modifier and Type Method Description
      int getCount()  
      int getPeakCount()  
      void writeTo​(StreamOutput out)
      Write this into the StreamOutput.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Threads

        public Threads​(int count,
                       int peakCount)
      • Threads

        public Threads​(StreamInput in)
                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getCount

        public int getCount()
      • getPeakCount

        public int getPeakCount()