public static class JvmStats.GarbageCollector.LastGc extends Object implements 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 in) |
static JvmStats.GarbageCollector.LastGc |
readLastGc(StreamInput in) |
ByteSizeValue |
reclaimed() |
long |
startTime() |
void |
writeTo(StreamOutput out) |
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 ByteSizeValue max()
public ByteSizeValue getMax()
public ByteSizeValue afterUsed()
public ByteSizeValue getAfterUsed()
public ByteSizeValue beforeUsed()
public ByteSizeValue getBeforeUsed()
public ByteSizeValue reclaimed()
public ByteSizeValue getReclaimed()
public TimeValue duration()
public TimeValue getDuration()
public static JvmStats.GarbageCollector.LastGc readLastGc(StreamInput in) throws IOException
IOException
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.