Class JvmStats.BufferPool

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

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

    • BufferPool

      public BufferPool​(java.lang.String name, long count, long totalCapacity, long used)
    • BufferPool

      public BufferPool​(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
    • getName

      public java.lang.String getName()
    • getCount

      public long getCount()
    • getTotalCapacity

      public ByteSizeValue getTotalCapacity()
    • getUsed

      public ByteSizeValue getUsed()