public static class JvmStats.BufferPool extends java.lang.Object implements Streamable
| Constructor and Description |
|---|
BufferPool(java.lang.String name,
long count,
long totalCapacity,
long used) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
java.lang.String |
getName() |
ByteSizeValue |
getTotalCapacity() |
ByteSizeValue |
getUsed() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
public BufferPool(java.lang.String name,
long count,
long totalCapacity,
long used)
public java.lang.String getName()
public long getCount()
public ByteSizeValue getTotalCapacity()
public ByteSizeValue getUsed()
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOException