org.elasticsearch.monitor.jvm
Class JvmStats.BufferPool

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

public static class JvmStats.BufferPool
extends Object
implements Streamable


Constructor Summary
JvmStats.BufferPool(String name, long count, long totalCapacity, long used)
           
 
Method Summary
 long count()
           
 long getCount()
           
 String getName()
           
 ByteSizeValue getTotalCapacity()
           
 ByteSizeValue getUsed()
           
 String name()
           
 void readFrom(StreamInput in)
           
 ByteSizeValue totalCapacity()
           
 ByteSizeValue used()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvmStats.BufferPool

public JvmStats.BufferPool(String name,
                           long count,
                           long totalCapacity,
                           long used)
Method Detail

name

public String name()

getName

public String getName()

count

public long count()

getCount

public long getCount()

totalCapacity

public ByteSizeValue totalCapacity()

getTotalCapacity

public ByteSizeValue getTotalCapacity()

used

public ByteSizeValue used()

getUsed

public ByteSizeValue getUsed()

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.