public static class ProcessStats.Mem extends Objectimplements Streamable , Serializable
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
getResident()
|
ByteSizeValue |
getShare()
|
ByteSizeValue |
getTotalVirtual()
|
void |
readFrom(StreamInput
|
static ProcessStats |
readMem(StreamInput
|
ByteSizeValue |
resident()
|
ByteSizeValue |
share()
|
ByteSizeValue |
totalVirtual()
|
void |
writeTo(StreamOutput
|
public static ProcessStats.Mem readMem(StreamInput in) throws IOException
IOException
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
IOException
public ByteSizeValuetotalVirtual()
public ByteSizeValuegetTotalVirtual()
public ByteSizeValueresident()
public ByteSizeValuegetResident()
public ByteSizeValueshare()
public ByteSizeValuegetShare()