public enum CollectorType extends java.lang.Enum<CollectorType>
Enum Constant and Description |
---|
CMS |
DEF_NEW |
G1_FULL |
G1_NEW |
G1_OLD |
NA |
PAR_NEW |
PARALLEL_OLD |
PARALLEL_SCAVENGE |
PS_MARK_SWEEP |
SERIAL_OLD |
UNKNOWN |
Z |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
collectorName |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectorName() |
static CollectorType |
getOldCollectorType(IItemCollection items) |
static CollectorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectorType CMS
public static final CollectorType DEF_NEW
public static final CollectorType G1_FULL
public static final CollectorType G1_NEW
public static final CollectorType G1_OLD
public static final CollectorType PAR_NEW
public static final CollectorType PARALLEL_OLD
public static final CollectorType PARALLEL_SCAVENGE
public static final CollectorType PS_MARK_SWEEP
public static final CollectorType SERIAL_OLD
public static final CollectorType Z
public static final CollectorType NA
public static final CollectorType UNKNOWN
public static CollectorType[] values()
for (CollectorType c : CollectorType.values()) System.out.println(c);
public static CollectorType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getCollectorName()
public static CollectorType getOldCollectorType(IItemCollection items)