Package org.elasticsearch.monitor.jvm
Class JvmStats.Threads
- java.lang.Object
-
- org.elasticsearch.monitor.jvm.JvmStats.Threads
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Constructor Summary
Constructors Constructor Description Threads(int count, int peakCount)
Threads(StreamInput in)
-
Method Summary
Modifier and Type Method Description int
getCount()
int
getPeakCount()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
-
-
Constructor Detail
-
Threads
public Threads(int count, int peakCount)
-
Threads
public Threads(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:Writeable
Write this into the StreamOutput.
-
getCount
public int getCount()
-
getPeakCount
public int getPeakCount()
-
-