public static class JvmStats.Threads extends java.lang.Object implements Streamable
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getPeakCount() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
static JvmStats.Threads |
readThreads(StreamInput in) |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
public int getCount()
public int getPeakCount()
public static JvmStats.Threads readThreads(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOException