public static class JvmStats.MemoryPool extends Object implements Streamable
| コンストラクタと説明 |
|---|
MemoryPool(String name,
long used,
long max,
long peakUsed,
long peakMax) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ByteSizeValue |
getMax() |
String |
getName() |
ByteSizeValue |
getPeakMax() |
ByteSizeValue |
getPeakUsed() |
ByteSizeValue |
getUsed() |
void |
readFrom(StreamInput in) |
static JvmStats.MemoryPool |
readMemoryPool(StreamInput in) |
void |
writeTo(StreamOutput out) |
public MemoryPool(String name, long used, long max, long peakUsed, long peakMax)
public static JvmStats.MemoryPool readMemoryPool(StreamInput in) throws IOException
IOExceptionpublic String getName()
public ByteSizeValue getUsed()
public ByteSizeValue getMax()
public ByteSizeValue getPeakUsed()
public ByteSizeValue getPeakMax()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.