Class JvmStats.Threads

java.lang.Object
org.elasticsearch.monitor.jvm.JvmStats.Threads
All Implemented Interfaces:
Writeable
Enclosing class:
JvmStats

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

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • 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 Details

    • Threads

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

      public Threads​(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
    • getCount

      public int getCount()
    • getPeakCount

      public int getPeakCount()