org.elasticsearch.monitor.jvm
Class JvmStats.Mem

java.lang.Object
  extended by org.elasticsearch.monitor.jvm.JvmStats.Mem
All Implemented Interfaces:
Serializable, Iterable<JvmStats.MemoryPool>, Streamable
Enclosing class:
JvmStats

public static class JvmStats.Mem
extends Object
implements Streamable, Serializable, Iterable<JvmStats.MemoryPool>

See Also:
Serialized Form

Method Summary
 ByteSizeValue getHeapCommitted()
           
 ByteSizeValue getHeapUsed()
           
 ByteSizeValue getNonHeapCommitted()
           
 ByteSizeValue getNonHeapUsed()
           
 ByteSizeValue heapCommitted()
           
 ByteSizeValue heapUsed()
           
 Iterator<JvmStats.MemoryPool> iterator()
           
 ByteSizeValue nonHeapCommitted()
           
 ByteSizeValue nonHeapUsed()
           
 void readFrom(StreamInput in)
           
static JvmStats.Mem readMem(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readMem

public static JvmStats.Mem readMem(StreamInput in)
                            throws IOException
Throws:
IOException

iterator

public Iterator<JvmStats.MemoryPool> iterator()
Specified by:
iterator in interface Iterable<JvmStats.MemoryPool>

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

heapCommitted

public ByteSizeValue heapCommitted()

getHeapCommitted

public ByteSizeValue getHeapCommitted()

heapUsed

public ByteSizeValue heapUsed()

getHeapUsed

public ByteSizeValue getHeapUsed()

nonHeapCommitted

public ByteSizeValue nonHeapCommitted()

getNonHeapCommitted

public ByteSizeValue getNonHeapCommitted()

nonHeapUsed

public ByteSizeValue nonHeapUsed()

getNonHeapUsed

public ByteSizeValue getNonHeapUsed()


Copyright © 2009-2012. All Rights Reserved.