public static class JvmStats.GarbageCollectors extends java.lang.Object implements Streamable, java.lang.Iterable<JvmStats.GarbageCollector>
Modifier and Type | Method and Description |
---|---|
JvmStats.GarbageCollector[] |
getCollectors() |
java.util.Iterator<JvmStats.GarbageCollector> |
iterator() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
static JvmStats.GarbageCollectors |
readGarbageCollectors(StreamInput in) |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
public static JvmStats.GarbageCollectors readGarbageCollectors(StreamInput in) throws java.io.IOException
java.io.IOException
public void readFrom(StreamInput in) throws java.io.IOException
Streamable
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Streamable
writeTo
in interface Streamable
java.io.IOException
public JvmStats.GarbageCollector[] getCollectors()
public java.util.Iterator<JvmStats.GarbageCollector> iterator()
iterator
in interface java.lang.Iterable<JvmStats.GarbageCollector>