Writeable, ToXContent, ToXContentFragmentpublic static class OsStats.Mem extends java.lang.Object implements Writeable, ToXContentFragment
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Constructor | Description |
|---|---|
Mem(long total,
long free) |
|
Mem(StreamInput in) |
| Modifier and Type | Method | Description |
|---|---|---|
ByteSizeValue |
getFree() |
|
short |
getFreePercent() |
|
ByteSizeValue |
getTotal() |
|
ByteSizeValue |
getUsed() |
|
short |
getUsedPercent() |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic Mem(long total,
long free)
public Mem(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic ByteSizeValue getTotal()
public ByteSizeValue getUsed()
public short getUsedPercent()
public ByteSizeValue getFree()
public short getFreePercent()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException