org.elasticsearch.monitor.jvm
Class JvmStats.GarbageCollectors

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

public static class JvmStats.GarbageCollectors
extends Object
implements Streamable, Serializable, Iterable<JvmStats.GarbageCollector>

See Also:
Serialized Form

Method Summary
 long collectionCount()
           
 TimeValue collectionTime()
           
 JvmStats.GarbageCollector[] collectors()
           
 Iterator<JvmStats.GarbageCollector> iterator()
           
 void readFrom(StreamInput in)
           
static JvmStats.GarbageCollectors readGarbageCollectors(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

readGarbageCollectors

public static JvmStats.GarbageCollectors readGarbageCollectors(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

collectors

public JvmStats.GarbageCollector[] collectors()

iterator

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

collectionCount

public long collectionCount()

collectionTime

public TimeValue collectionTime()


Copyright © 2009-2012. All Rights Reserved.