public static class JvmStats.MemoryPool extends Object implements Streamable, Serializable
Constructor and Description |
---|
MemoryPool(String name,
long used,
long max,
long peakUsed,
long peakMax) |
Modifier and Type | Method and Description |
---|---|
ByteSizeValue |
getMax() |
String |
getName() |
ByteSizeValue |
getPeakMax() |
ByteSizeValue |
getPeakUsed() |
ByteSizeValue |
getUsed() |
ByteSizeValue |
max() |
String |
name() |
ByteSizeValue |
peakMax() |
ByteSizeValue |
peakUsed() |
void |
readFrom(StreamInput in) |
static JvmStats.MemoryPool |
readMemoryPool(StreamInput in) |
ByteSizeValue |
used() |
void |
writeTo(StreamOutput out) |
public MemoryPool(String name, long used, long max, long peakUsed, long peakMax)
public static JvmStats.MemoryPool readMemoryPool(StreamInput in) throws IOException
IOException
public String name()
public String getName()
public ByteSizeValue used()
public ByteSizeValue getUsed()
public ByteSizeValue max()
public ByteSizeValue getMax()
public ByteSizeValue peakUsed()
public ByteSizeValue getPeakUsed()
public ByteSizeValue peakMax()
public ByteSizeValue getPeakMax()
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
Copyright © 2009–2015. All rights reserved.