org.elasticsearch.monitor.jvm
Class JvmStats.GarbageCollector

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

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

See Also:
Serialized Form

Nested Class Summary
static class JvmStats.GarbageCollector.LastGc
           
 
Method Summary
 long collectionCount()
           
 TimeValue collectionTime()
           
 long getCollectionCount()
           
 TimeValue getCollectionTime()
           
 JvmStats.GarbageCollector.LastGc getLastGc()
           
 String getName()
           
 JvmStats.GarbageCollector.LastGc lastGc()
           
 String name()
           
 void readFrom(StreamInput in)
           
static JvmStats.GarbageCollector readGarbageCollector(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

readGarbageCollector

public static JvmStats.GarbageCollector readGarbageCollector(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

name

public String name()

getName

public String getName()

collectionCount

public long collectionCount()

getCollectionCount

public long getCollectionCount()

collectionTime

public TimeValue collectionTime()

getCollectionTime

public TimeValue getCollectionTime()

lastGc

public JvmStats.GarbageCollector.LastGc lastGc()

getLastGc

public JvmStats.GarbageCollector.LastGc getLastGc()


Copyright © 2009-2012. All Rights Reserved.