public class ConstraintJittingThresholdOption extends Object implements org.kie.api.conf.SingleValueKieBaseOption
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VALUE
The defualt value for this option
|
static String |
PROPERTY_NAME
The property name for the constraint jitting option
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ConstraintJittingThresholdOption |
get(int threshold)
This is a factory method for this Constraint Jitting Threshold configuration.
|
String |
getPropertyName() |
int |
getThreshold()
Returns the threshold value for PermGen
|
int |
hashCode() |
public static final String PROPERTY_NAME
public static final int DEFAULT_VALUE
public static ConstraintJittingThresholdOption get(int threshold)
threshold
- the threshold value for the Constraint Jitting optionpublic String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public int getThreshold()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.