Writeablepublic static class ProcessStats.Mem extends java.lang.Object implements Writeable
Writeable.Reader<V>, Writeable.Writer<V>| Constructor | Description |
|---|---|
Mem(long totalVirtual) |
|
Mem(StreamInput in) |
| Modifier and Type | Method | Description |
|---|---|---|
ByteSizeValue |
getTotalVirtual() |
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
public Mem(long totalVirtual)
public Mem(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic ByteSizeValue getTotalVirtual()