Package org.kie.internal.builder.conf
Class ParallelRulesBuildThresholdOption
- java.lang.Object
-
- org.kie.internal.builder.conf.ParallelRulesBuildThresholdOption
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.conf.Option,org.kie.api.conf.SingleValueOption,KnowledgeBuilderOption,SingleValueKieBuilderOption,SingleValueRuleBuilderOption
public class ParallelRulesBuildThresholdOption extends java.lang.Object implements SingleValueRuleBuilderOption
A class for the parallel rules build threshold configuration.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.kie.api.conf.OptionKey<ParallelRulesBuildThresholdOption>KEYstatic java.lang.StringPROPERTY_NAMEThe property name for the parallel rules build threshold option-
Fields inherited from interface org.kie.internal.builder.conf.SingleValueRuleBuilderOption
TYPE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static ParallelRulesBuildThresholdOptionget(int parallelRulesBuildThreshold)This is a factory method for this ParallelRulesBuildThresholdOption configuration.intgetParallelRulesBuildThreshold()java.lang.StringgetPropertyName()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.internal.builder.conf.SingleValueRuleBuilderOption
type
-
-
-
-
Field Detail
-
PROPERTY_NAME
public static final java.lang.String PROPERTY_NAME
The property name for the parallel rules build threshold option- See Also:
- Constant Field Values
-
KEY
public static org.kie.api.conf.OptionKey<ParallelRulesBuildThresholdOption> KEY
-
-
Method Detail
-
get
public static ParallelRulesBuildThresholdOption get(int parallelRulesBuildThreshold)
This is a factory method for this ParallelRulesBuildThresholdOption configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.- Parameters:
vale- the value of the parallel rules build threshold to be configured- Returns:
- the actual type safe parallel rules build threshold configuration.
-
getPropertyName
public java.lang.String getPropertyName()
- Specified by:
getPropertyNamein interfaceorg.kie.api.conf.Option
-
getParallelRulesBuildThreshold
public int getParallelRulesBuildThreshold()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-