public class GcFreedRatioRule extends AbstractRule
Modifier and Type | Class and Description |
---|---|
private static class |
GcFreedRatioRule.GcInfoHolder |
Modifier and Type | Field and Description |
---|---|
static TypedPreference<IQuantity> |
FEW_GCS_LIMIT |
private static TypedPreference<IQuantity> |
GC_FREED_PER_SECOND_TO_LIVESET_RATIO_INFO_LIMIT |
private static java.lang.String |
NEW_PARAGRAPH |
private static java.lang.String |
SPACE |
static TypedPreference<IQuantity> |
WINDOW_SIZE |
evaluationTask
Constructor and Description |
---|
GcFreedRatioRule() |
Modifier and Type | Method and Description |
---|---|
private GcFreedRatioRule.GcInfoHolder |
getMaxFreedWindow(IItemCollection allItems,
IQuantity windowSize,
IQuantity slideSize) |
protected Result |
getResult(IItemCollection items,
IPreferenceValueProvider vp) |
evaluate, getConfigurationAttributes, getId, getName, getTopic
private static final java.lang.String NEW_PARAGRAPH
private static final java.lang.String SPACE
private static final TypedPreference<IQuantity> GC_FREED_PER_SECOND_TO_LIVESET_RATIO_INFO_LIMIT
public static final TypedPreference<IQuantity> WINDOW_SIZE
public static final TypedPreference<IQuantity> FEW_GCS_LIMIT
protected Result getResult(IItemCollection items, IPreferenceValueProvider vp)
getResult
in class AbstractRule
private GcFreedRatioRule.GcInfoHolder getMaxFreedWindow(IItemCollection allItems, IQuantity windowSize, IQuantity slideSize)