public static class JvmInfo.Mem extends Object implements Streamable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.