org.elasticsearch.monitor.jvm
Class JvmInfo.Mem

java.lang.Object
  extended by org.elasticsearch.monitor.jvm.JvmInfo.Mem
All Implemented Interfaces:
Serializable, Streamable
Enclosing class:
JvmInfo

public static class JvmInfo.Mem
extends Object
implements Streamable, Serializable

See Also:
Serialized Form

Method Summary
 ByteSizeValue directMemoryMax()
           
 ByteSizeValue getDirectMemoryMax()
           
 ByteSizeValue getHeapInit()
           
 ByteSizeValue getHeapMax()
           
 ByteSizeValue getNonHeapInit()
           
 ByteSizeValue getNonHeapMax()
           
 ByteSizeValue heapInit()
           
 ByteSizeValue heapMax()
           
 ByteSizeValue nonHeapInit()
           
 ByteSizeValue nonHeapMax()
           
 void readFrom(StreamInput in)
           
static JvmInfo.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

heapInit

public ByteSizeValue heapInit()

getHeapInit

public ByteSizeValue getHeapInit()

heapMax

public ByteSizeValue heapMax()

getHeapMax

public ByteSizeValue getHeapMax()

nonHeapInit

public ByteSizeValue nonHeapInit()

getNonHeapInit

public ByteSizeValue getNonHeapInit()

nonHeapMax

public ByteSizeValue nonHeapMax()

getNonHeapMax

public ByteSizeValue getNonHeapMax()

directMemoryMax

public ByteSizeValue directMemoryMax()

getDirectMemoryMax

public ByteSizeValue getDirectMemoryMax()

readMem

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

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.