Writeable.Reader<V>, Writeable.Writer<V>
Constructor and Description |
---|
BufferPool(StreamInput in) |
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 |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public BufferPool(java.lang.String name, long count, long totalCapacity, long used)
public BufferPool(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public java.lang.String getName()
public long getCount()
public ByteSizeValue getTotalCapacity()
public ByteSizeValue getUsed()