public static class JvmStats.GarbageCollectors extends Object implements Streamable, Iterable<JvmStats.GarbageCollector>
| Modifier and Type | Method and Description |
|---|---|
JvmStats.GarbageCollector[] |
getCollectors() |
Iterator<JvmStats.GarbageCollector> |
iterator() |
void |
readFrom(StreamInput in) |
static JvmStats.GarbageCollectors |
readGarbageCollectors(StreamInput in) |
void |
writeTo(StreamOutput out) |
public static JvmStats.GarbageCollectors readGarbageCollectors(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 JvmStats.GarbageCollector[] getCollectors()
public Iterator<JvmStats.GarbageCollector> iterator()
iterator in interface Iterable<JvmStats.GarbageCollector>Copyright © 2009–2017. All rights reserved.