public static class JvmStats.Threads extends Object implements Streamable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.