Writeable.Reader<V>, Writeable.Writer<V>
Constructor and Description |
---|
MemoryPool(StreamInput in) |
MemoryPool(java.lang.String name,
long used,
long max,
long peakUsed,
long peakMax) |
Modifier and Type | Method and Description |
---|---|
ByteSizeValue |
getMax() |
java.lang.String |
getName() |
ByteSizeValue |
getPeakMax() |
ByteSizeValue |
getPeakUsed() |
ByteSizeValue |
getUsed() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public MemoryPool(java.lang.String name, long used, long max, long peakUsed, long peakMax)
public MemoryPool(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 ByteSizeValue getUsed()
public ByteSizeValue getMax()
public ByteSizeValue getPeakUsed()
public ByteSizeValue getPeakMax()