Class JvmStats.MemoryPool

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

public static class JvmStats.MemoryPool
extends java.lang.Object
implements Writeable
  • Constructor Details

    • MemoryPool

      public MemoryPool​(java.lang.String name, long used, long max, long peakUsed, long peakMax)
    • MemoryPool

      public MemoryPool​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details