Package org.elasticsearch.monitor.jvm
Class JvmStats.GarbageCollectors
java.lang.Object
org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
- All Implemented Interfaces:
- Iterable<JvmStats.GarbageCollector>,- Writeable
- Enclosing class:
- JvmStats
public static class JvmStats.GarbageCollectors
extends Object
implements Writeable, Iterable<JvmStats.GarbageCollector>
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioniterator()voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
GarbageCollectors
- 
GarbageCollectors- Throws:
- IOException
 
 
- 
- 
Method Details- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Throws:
- IOException
 
- 
getCollectors
- 
iterator- Specified by:
- iteratorin interface- Iterable<JvmStats.GarbageCollector>
 
 
-