public static class JvmStats.GarbageCollector.LastGc extends Objectimplements Streamable
| Constructor and Description |
|---|
LastGc(long startTime, long endTime, long max, long beforeUsed, long afterUsed, long duration)
|
| Modifier and Type | Method and Description |
|---|---|
ByteSizeValue |
afterUsed()
|
ByteSizeValue |
beforeUsed()
|
TimeValue |
duration()
|
long |
endTime()
|
ByteSizeValue |
getAfterUsed()
|
ByteSizeValue |
getBeforeUsed()
|
TimeValue |
getDuration()
|
long |
getEndTime()
|
ByteSizeValue |
getMax()
|
ByteSizeValue |
getReclaimed()
|
long |
getStartTime()
|
ByteSizeValue |
max()
|
void |
readFrom(StreamInput
|
static JvmStats |
readLastGc(StreamInput
|
ByteSizeValue |
reclaimed()
|
long |
startTime()
|
void |
writeTo(StreamOutput
|
public LastGc(long startTime,
long endTime,
long max,
long beforeUsed,
long afterUsed,
long duration)public long startTime()
public long getStartTime()
public long endTime()
public long getEndTime()
public ByteSizeValuemax()
public ByteSizeValuegetMax()
public ByteSizeValueafterUsed()
public ByteSizeValuegetAfterUsed()
public ByteSizeValuebeforeUsed()
public ByteSizeValuegetBeforeUsed()
public ByteSizeValuereclaimed()
public ByteSizeValuegetReclaimed()
public TimeValueduration()
public TimeValuegetDuration()
public static JvmStats.GarbageCollector .LastGc readLastGc(StreamInput in) throws IOException
IOException
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
IOException