public static class JvmStats.GarbageCollectors extends Object implements Streamable, Iterable<JvmStats.GarbageCollector>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
JvmStats.GarbageCollector[] |
getCollectors() |
Iterator<JvmStats.GarbageCollector> |
iterator() |
void |
readFrom(StreamInput in) |
static JvmStats.GarbageCollectors |
readGarbageCollectors(StreamInput in) |
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static JvmStats.GarbageCollectors readGarbageCollectors(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic JvmStats.GarbageCollector[] getCollectors()
public Iterator<JvmStats.GarbageCollector> iterator()
iterator インタフェース内 Iterable<JvmStats.GarbageCollector>Copyright © 2009–2016. All rights reserved.