org.elasticsearch.monitor.jvm
Class JvmStats.Threads

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

public static class JvmStats.Threads
extends Object
implements Streamable, Serializable

See Also:
Serialized Form

Method Summary
 int count()
           
 int getCount()
           
 int getPeakCount()
           
 int peakCount()
           
 void readFrom(StreamInput in)
           
static JvmStats.Threads readThreads(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

count

public int count()

getCount

public int getCount()

peakCount

public int peakCount()

getPeakCount

public int getPeakCount()

readThreads

public static JvmStats.Threads readThreads(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.