public static class AbstractGCEvent.ExtendedType extends Object implements Serializable
AbstractGCEvent.Type class adding a field for the full type name. That name may
be different from the name in Type. Since all other attributes of
Type are shared, only this attribute is additionally held.| Modifier and Type | Field and Description |
|---|---|
static AbstractGCEvent.ExtendedType |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AbstractGCEvent.CollectionType |
getCollectionType() |
AbstractGCEvent.Concurrency |
getConcurrency() |
AbstractGCEvent.Generation |
getGeneration() |
String |
getName() |
AbstractGCEvent.GcPattern |
getPattern() |
AbstractGCEvent.Type |
getType() |
int |
hashCode() |
static AbstractGCEvent.ExtendedType |
lookup(AbstractGCEvent.Type type) |
static AbstractGCEvent.ExtendedType |
lookup(AbstractGCEvent.Type type,
String fullName) |
String |
toString() |
public static final AbstractGCEvent.ExtendedType UNDEFINED
public static AbstractGCEvent.ExtendedType lookup(AbstractGCEvent.Type type)
public static AbstractGCEvent.ExtendedType lookup(AbstractGCEvent.Type type, String fullName)
public String getName()
public AbstractGCEvent.Type getType()
public AbstractGCEvent.GcPattern getPattern()
public AbstractGCEvent.Generation getGeneration()
public AbstractGCEvent.CollectionType getCollectionType()
public AbstractGCEvent.Concurrency getConcurrency()
Copyright © 2019. All rights reserved.