Class JvmStats.Threads

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

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

    • Threads

      public Threads(int count, int peakCount)
    • Threads

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

      public int getCount()
    • getPeakCount

      public int getPeakCount()