public static class OsStats.Swap extends java.lang.Object implements Writeable, ToXContentFragment
Writeable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
Swap(long total,
long free) |
Swap(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
getFree() |
ByteSizeValue |
getTotal() |
ByteSizeValue |
getUsed() |
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 Swap(long total,
long free)
public Swap(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic ByteSizeValue getFree()
public ByteSizeValue getUsed()
public ByteSizeValue getTotal()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException