public static class JvmStats.BufferPool extends Object implements Streamable
| Constructor and Description |
|---|
JvmStats.BufferPool(String name,
long count,
long totalCapacity,
long used) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
String |
getName() |
ByteSizeValue |
getTotalCapacity() |
ByteSizeValue |
getUsed() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
public JvmStats.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 in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2016. All rights reserved.