Class JvmStats.BufferPool

  • All Implemented Interfaces:
    Writeable
    Enclosing class:
    JvmStats

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

      • 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 Detail

      • getName

        public java.lang.String getName()
      • getCount

        public long getCount()