Class JvmStats.MemoryPool

  • All Implemented Interfaces:
    Writeable
    Enclosing class:
    JvmStats

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

      • 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