public static class JvmStats.GarbageCollector extends Object implements Streamable
| Modifier and Type | Method and Description |
|---|---|
long |
getCollectionCount() |
TimeValue |
getCollectionTime() |
String |
getName() |
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 getName()
public long getCollectionCount()
public TimeValue getCollectionTime()
Copyright © 2009–2016. All rights reserved.