public static class JvmInfo.Mem extends Object implements Streamable, Serializable
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
directMemoryMax() |
ByteSizeValue |
getDirectMemoryMax() |
ByteSizeValue |
getHeapInit() |
ByteSizeValue |
getHeapMax() |
ByteSizeValue |
getNonHeapInit() |
ByteSizeValue |
getNonHeapMax() |
ByteSizeValue |
heapInit() |
ByteSizeValue |
heapMax() |
ByteSizeValue |
nonHeapInit() |
ByteSizeValue |
nonHeapMax() |
void |
readFrom(StreamInput in) |
static JvmInfo.Mem |
readMem(StreamInput in) |
void |
writeTo(StreamOutput out) |
public ByteSizeValue heapInit()
public ByteSizeValue getHeapInit()
public ByteSizeValue heapMax()
public ByteSizeValue getHeapMax()
public ByteSizeValue nonHeapInit()
public ByteSizeValue getNonHeapInit()
public ByteSizeValue nonHeapMax()
public ByteSizeValue getNonHeapMax()
public ByteSizeValue directMemoryMax()
public ByteSizeValue getDirectMemoryMax()
public static JvmInfo.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 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.