public static class JvmInfo.Mem extends Object implements Streamable
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
getDirectMemoryMax() |
ByteSizeValue |
getHeapInit() |
ByteSizeValue |
getHeapMax() |
ByteSizeValue |
getNonHeapInit() |
ByteSizeValue |
getNonHeapMax() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
public ByteSizeValue getHeapInit()
public ByteSizeValue getHeapMax()
public ByteSizeValue getNonHeapInit()
public ByteSizeValue getNonHeapMax()
public ByteSizeValue getDirectMemoryMax()
public 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.