public static class OsStats.Mem extends Object implements Streamable
| コンストラクタと説明 |
|---|
Mem() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ByteSizeValue |
getFree() |
short |
getFreePercent() |
ByteSizeValue |
getTotal() |
ByteSizeValue |
getUsed() |
short |
getUsedPercent() |
void |
readFrom(StreamInput in) |
static OsStats.Mem |
readMem(StreamInput in) |
void |
writeTo(StreamOutput out) |
public static OsStats.Mem readMem(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic ByteSizeValue getTotal()
public ByteSizeValue getUsed()
public short getUsedPercent()
public ByteSizeValue getFree()
public short getFreePercent()
Copyright © 2009–2016. All rights reserved.