Package | Description |
---|---|
com.ibm.java.diagnostics.healthcenter.api.gc |
Modifier and Type | Method and Description |
---|---|
static GCData.GCmodes |
GCData.GCmodes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GCData.GCmodes[] |
GCData.GCmodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Enum<GCData.GCmodes> |
GCData.getGCMode()
Gets the garbage collection mode that is used by the monitored
application.
|