|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.conf.PermGenThresholdOption
public class PermGenThresholdOption
A class PermGen threshold configuration.
Field Summary | |
---|---|
static int |
DEFAULT_VALUE
The defualt value for this option |
static String |
PROPERTY_NAME
The property name for the default DIALECT |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static PermGenThresholdOption |
get(int threshold)
This is a factory method for this PermGen Threshold configuration. |
String |
getPropertyName()
Returns the property name for this option |
int |
getThreshold()
Returns the threshold value for PermGen |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME
public static final int DEFAULT_VALUE
Method Detail |
---|
public static PermGenThresholdOption get(int threshold)
threshold
- the threshold value for the PermGen option
public String getPropertyName()
getPropertyName
in interface Option
public int getThreshold()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |