public static class ProcessStats.Mem extends Object implements Streamable, Serializable
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
getResident() |
ByteSizeValue |
getShare() |
ByteSizeValue |
getTotalVirtual() |
void |
readFrom(StreamInput in) |
static ProcessStats.Mem |
readMem(StreamInput in) |
ByteSizeValue |
resident() |
ByteSizeValue |
share() |
ByteSizeValue |
totalVirtual() |
void |
writeTo(StreamOutput out) |
public static ProcessStats.Mem readMem(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic ByteSizeValue totalVirtual()
public ByteSizeValue getTotalVirtual()
public ByteSizeValue resident()
public ByteSizeValue getResident()
public ByteSizeValue share()
public ByteSizeValue getShare()
Copyright © 2009–2016. All rights reserved.