public static class JvmStats.Threads extends Object implements Streamable
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getPeakCount() |
void |
readFrom(StreamInput in) |
static JvmStats.Threads |
readThreads(StreamInput in) |
void |
writeTo(StreamOutput out) |
public int getCount()
public int getPeakCount()
public static JvmStats.Threads readThreads(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2016. All rights reserved.