public static class JvmStats.BufferPool extends Object implements Streamable
| Constructor and Description |
|---|
BufferPool(String name,
long count,
long totalCapacity,
long used) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
long |
getCount() |
String |
getName() |
ByteSizeValue |
getTotalCapacity() |
ByteSizeValue |
getUsed() |
String |
name() |
void |
readFrom(StreamInput in) |
ByteSizeValue |
totalCapacity() |
ByteSizeValue |
used() |
void |
writeTo(StreamOutput out) |
public BufferPool(String name, long count, long totalCapacity, long used)
public String name()
public String getName()
public long count()
public long getCount()
public ByteSizeValue totalCapacity()
public ByteSizeValue getTotalCapacity()
public ByteSizeValue used()
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.