public static class JvmStats.GarbageCollector extends Object implements Streamable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic String getName()
public long getCollectionCount()
public TimeValue getCollectionTime()
Copyright © 2009–2016. All rights reserved.