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