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
IOException
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
public ByteSizeValue total()
public ByteSizeValue getTotal()
Copyright © 2009–2015. All rights reserved.