|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MultithreadEvaluationOption> org.drools.conf.MultithreadEvaluationOption
public enum MultithreadEvaluationOption
An Enum for multithread evaluation option. IMPORTANT: this option is currently not supported. It might be enabled again in the future. drools.multithreadEvaluation = <true|false> DEFAULT = false
Enum Constant Summary | |
---|---|
NO
Deprecated. |
|
YES
Deprecated. |
Field Summary | |
---|---|
static String |
PROPERTY_NAME
Deprecated. The property name for the multithread evaluation option |
Method Summary | |
---|---|
String |
getPropertyName()
Deprecated. Returns the property name for this option |
boolean |
isMultithreadEvaluation()
Deprecated. |
static MultithreadEvaluationOption |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static MultithreadEvaluationOption[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MultithreadEvaluationOption YES
public static final MultithreadEvaluationOption NO
Field Detail |
---|
public static final String PROPERTY_NAME
Method Detail |
---|
public static MultithreadEvaluationOption[] values()
for (MultithreadEvaluationOption c : MultithreadEvaluationOption.values()) System.out.println(c);
public static MultithreadEvaluationOption valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getPropertyName()
getPropertyName
in interface Option
public boolean isMultithreadEvaluation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |