org.elasticsearch.monitor.process
Class ProcessStats.Fd

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

public static class ProcessStats.Fd
extends java.lang.Object
implements Streamable, java.io.Serializable

See Also:
Serialized Form

Method Summary
 long getTotal()
           
static ProcessStats.Fd readFd(StreamInput in)
           
 void readFrom(StreamInput in)
           
 long total()
          Get the Total number of open file descriptors.
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readFd

public static ProcessStats.Fd readFd(StreamInput in)
                              throws java.io.IOException
Throws:
java.io.IOException

readFrom

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

writeTo

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

total

public long total()
Get the Total number of open file descriptors.

Supported Platforms: AIX, HPUX, Linux, Solaris, Win32.


getTotal

public long getTotal()