public static class OsStats.Swap extends Object implements Streamable
| コンストラクタと説明 |
|---|
Swap() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ByteSizeValue |
getFree() |
ByteSizeValue |
getTotal() |
ByteSizeValue |
getUsed() |
void |
readFrom(StreamInput in) |
static OsStats.Swap |
readSwap(StreamInput in) |
void |
writeTo(StreamOutput out) |
public ByteSizeValue getFree()
public ByteSizeValue getUsed()
public ByteSizeValue getTotal()
public static OsStats.Swap readSwap(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.