public static class JvmStats.GarbageCollector extends Object implements Streamable, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
JvmStats.GarbageCollector.LastGc |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static JvmStats.GarbageCollector readGarbageCollector(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic String name()
public String getName()
public long collectionCount()
public long getCollectionCount()
public TimeValue collectionTime()
public TimeValue getCollectionTime()
public JvmStats.GarbageCollector.LastGc lastGc()
public JvmStats.GarbageCollector.LastGc getLastGc()
Copyright © 2009–2016. All rights reserved.