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
IOException
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
Copyright © 2009–2015. All rights reserved.