public class GCEvent extends AbstractGCEvent<GCEvent>
Date: Jan 30, 2002
Time: 5:05:43 PM
AbstractGCEvent.CollectionType, AbstractGCEvent.Concurrency, AbstractGCEvent.ExtendedType, AbstractGCEvent.GcPattern, AbstractGCEvent.Generation, AbstractGCEvent.Typedetails, generation| Constructor and Description |
|---|
GCEvent() |
GCEvent(double timestamp,
int preUsed,
int postUsed,
int total,
double pause,
AbstractGCEvent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GCEvent event) |
protected Object |
clone() |
GCEvent |
cloneAndMerge(AbstractGCEvent<GCEvent> otherEvent) |
boolean |
equals(Object o) |
GCEvent |
getPerm()
Returns information on perm generation.
|
GCEvent |
getTenured()
Returns information on young generation.
|
GCEvent |
getYoung()
Returns information on young generation.
|
int |
hashCode() |
void |
toStringBuffer(StringBuffer sb) |
addPhase, details, getDatestamp, getExtendedType, getGeneration, getNumber, getPause, getPhases, getPostUsed, getPreUsed, getTimestamp, getTotal, getTypeAsString, hasDetails, hasMemoryInformation, hasPause, isConcurrencyHelper, isConcurrent, isConcurrentCollectionEnd, isConcurrentCollectionStart, isFull, isInc, isInitialMark, isRemark, isStopTheWorld, isSystem, setDateStamp, setExtendedType, setNumber, setPause, setPostUsed, setPreUsed, setTimestamp, setTotal, setType, toStringpublic GCEvent()
public GCEvent(double timestamp,
int preUsed,
int postUsed,
int total,
double pause,
AbstractGCEvent.Type type)
public void add(GCEvent event)
add in class AbstractGCEvent<GCEvent>protected Object clone() throws CloneNotSupportedException
clone in class AbstractGCEvent<GCEvent>CloneNotSupportedExceptionpublic GCEvent cloneAndMerge(AbstractGCEvent<GCEvent> otherEvent)
cloneAndMerge in class AbstractGCEvent<GCEvent>public GCEvent getYoung()
null (without -XX:+PrintGCDetails).null otherwise.public GCEvent getTenured()
null (without -XX:+PrintGCDetails).null otherwise.public GCEvent getPerm()
null will be returned, because the values cannot be inferred.null if not present.public void toStringBuffer(StringBuffer sb)
toStringBuffer in class AbstractGCEvent<GCEvent>public boolean equals(Object o)
equals in class AbstractGCEvent<GCEvent>public int hashCode()
hashCode in class AbstractGCEvent<GCEvent>Copyright © 2019. All rights reserved.