|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A garbage collection strategy, defining how the GarbageCollector is run.
Field Summary | |
static java.lang.String |
PROPERTY_GENERATIONAL
Property key for whether this GC stratey uses nursery/nurseries or not. |
static java.lang.String |
PROPERTY_MARK
Property key for the mark phase of this GC strategy. |
static java.lang.String |
PROPERTY_SWEEP
Property key for the sweep phase of this GC strategy. |
static java.lang.String |
VALUE_CONCURRENT
|
static java.lang.String |
VALUE_FALSE
|
static java.lang.String |
VALUE_PARALLEL
|
static java.lang.String |
VALUE_TRUE
|
Method Summary | |
java.util.Properties |
getStrategyProperties()
Returns the properties of this GarbageCollectionStrategy. |
Methods inherited from interface com.bea.jvm.Describable |
getDescription |
Field Detail |
public static final java.lang.String PROPERTY_SWEEP
The value can either be VALUE_PARALLEL or VALUE_CONCURRENT
public static final java.lang.String PROPERTY_MARK
The value can either be VALUE_PARALLEL or VALUE_CONCURRENT.
public static final java.lang.String PROPERTY_GENERATIONAL
The value can either be VALUE_TRUE or VALUE_FALSE.
public static final java.lang.String VALUE_PARALLEL
public static final java.lang.String VALUE_CONCURRENT
public static final java.lang.String VALUE_TRUE
public static final java.lang.String VALUE_FALSE
Method Detail |
public java.util.Properties getStrategyProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |