org.elasticsearch.monitor.process
Class ProcessStats.Mem

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

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

See Also:
Serialized Form

Method Summary
 ByteSizeValue getResident()
           
 ByteSizeValue getShare()
           
 ByteSizeValue getTotalVirtual()
           
 void readFrom(StreamInput in)
           
static ProcessStats.Mem readMem(StreamInput in)
           
 ByteSizeValue resident()
           
 ByteSizeValue share()
           
 ByteSizeValue totalVirtual()
           
 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 ProcessStats.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

totalVirtual

public ByteSizeValue totalVirtual()

getTotalVirtual

public ByteSizeValue getTotalVirtual()

resident

public ByteSizeValue resident()

getResident

public ByteSizeValue getResident()

share

public ByteSizeValue share()

getShare

public ByteSizeValue getShare()


Copyright © 2009-2012. All Rights Reserved.