public static class JvmStats.Mem extends Object implements Streamable, Serializable, Iterable<JvmStats.MemoryPool>
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
getHeapCommitted() |
ByteSizeValue |
getHeapMax()
returns the maximum heap size.
|
ByteSizeValue |
getHeapUsed() |
short |
getHeapUsedPrecent()
returns the heap usage in percent.
|
ByteSizeValue |
getNonHeapCommitted() |
ByteSizeValue |
getNonHeapUsed() |
ByteSizeValue |
heapCommitted() |
ByteSizeValue |
heapMax()
returns the maximum heap size.
|
ByteSizeValue |
heapUsed() |
short |
heapUsedPercent()
returns the heap usage in percent.
|
Iterator<JvmStats.MemoryPool> |
iterator() |
ByteSizeValue |
nonHeapCommitted() |
ByteSizeValue |
nonHeapUsed() |
void |
readFrom(StreamInput in) |
static JvmStats.Mem |
readMem(StreamInput in) |
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static JvmStats.Mem readMem(StreamInput in) throws IOException
IOExceptionpublic Iterator<JvmStats.MemoryPool> iterator()
iterator in interface Iterable<JvmStats.MemoryPool>public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic ByteSizeValue heapCommitted()
public ByteSizeValue getHeapCommitted()
public ByteSizeValue heapUsed()
public ByteSizeValue getHeapUsed()
public ByteSizeValue heapMax()
public ByteSizeValue getHeapMax()
public short heapUsedPercent()
public short getHeapUsedPrecent()
public ByteSizeValue nonHeapCommitted()
public ByteSizeValue getNonHeapCommitted()
public ByteSizeValue nonHeapUsed()
public ByteSizeValue getNonHeapUsed()
Copyright © 2009–2016. All rights reserved.