Class JvmStats.Classes

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

public static class JvmStats.Classes extends Object implements Writeable
  • Constructor Details

    • Classes

      public Classes(long loadedClassCount, long totalLoadedClassCount, long unloadedClassCount)
    • Classes

      public Classes(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details

    • writeTo

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

      public long getLoadedClassCount()
    • getTotalLoadedClassCount

      public long getTotalLoadedClassCount()
    • getUnloadedClassCount

      public long getUnloadedClassCount()