public static class OsStats.Mem extends Object implements Streamable, Serializable
| Constructor and Description |
|---|
Mem() |
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
actualFree() |
ByteSizeValue |
actualUsed() |
ByteSizeValue |
free() |
short |
freePercent() |
ByteSizeValue |
getActualFree() |
ByteSizeValue |
getActualUsed() |
ByteSizeValue |
getFree() |
short |
getFreePercent() |
ByteSizeValue |
getUsed() |
short |
getUsedPercent() |
void |
readFrom(StreamInput in) |
static OsStats.Mem |
readMem(StreamInput in) |
ByteSizeValue |
used() |
short |
usedPercent() |
void |
writeTo(StreamOutput out) |
public static OsStats.Mem readMem(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic ByteSizeValue used()
public ByteSizeValue getUsed()
public short usedPercent()
public short getUsedPercent()
public ByteSizeValue free()
public ByteSizeValue getFree()
public short freePercent()
public short getFreePercent()
public ByteSizeValue actualFree()
public ByteSizeValue getActualFree()
public ByteSizeValue actualUsed()
public ByteSizeValue getActualUsed()
Copyright © 2009–2016. All rights reserved.