|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
public static class JvmStats.GarbageCollectors
Method Summary | |
---|---|
long |
collectionCount()
|
TimeValue |
collectionTime()
|
java.util.Iterator |
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 |
---|
public static JvmStats.GarbageCollectors readGarbageCollectors(StreamInput in) throws java.io.IOException
java.io.IOException
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
java.io.IOException
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable<JvmStats.GarbageCollector>
public long collectionCount()
public TimeValue collectionTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |