public static class JvmStats.Mem extends Object implements Streamable, Iterable<JvmStats.MemoryPool>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ByteSizeValue |
getHeapCommitted() |
ByteSizeValue |
getHeapMax()
returns the maximum heap size. 0 bytes signals unknown.
|
ByteSizeValue |
getHeapUsed() |
short |
getHeapUsedPercent()
returns the heap usage in percent. -1 signals unknown.
|
ByteSizeValue |
getNonHeapCommitted() |
ByteSizeValue |
getNonHeapUsed() |
Iterator<JvmStats.MemoryPool> |
iterator() |
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 インタフェース内 Iterable<JvmStats.MemoryPool>public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic ByteSizeValue getHeapCommitted()
public ByteSizeValue getHeapUsed()
public ByteSizeValue getHeapMax()
public short getHeapUsedPercent()
public ByteSizeValue getNonHeapCommitted()
public ByteSizeValue getNonHeapUsed()
Copyright © 2009–2016. All rights reserved.