|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GarbageCollectionStrategy
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 |
---|
static final java.lang.String PROPERTY_SWEEP
The value can either be VALUE_PARALLEL or VALUE_CONCURRENT
static final java.lang.String PROPERTY_MARK
The value can either be VALUE_PARALLEL or VALUE_CONCURRENT.
static final java.lang.String PROPERTY_GENERATIONAL
The value can either be VALUE_TRUE or VALUE_FALSE.
static final java.lang.String VALUE_PARALLEL
static final java.lang.String VALUE_CONCURRENT
static final java.lang.String VALUE_TRUE
static final java.lang.String VALUE_FALSE
Method Detail |
---|
java.util.Properties getStrategyProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |