public static class OsInfo.Mem extends Object implements Streamable, Serializable
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
getTotal() |
void |
readFrom(StreamInput in) |
static OsInfo.Mem |
readMem(StreamInput in) |
ByteSizeValue |
total() |
void |
writeTo(StreamOutput out) |
public static OsInfo.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 total()
public ByteSizeValue getTotal()
Copyright © 2009–2016. All rights reserved.