Package org.kie.internal.builder.conf
Class ParallelRulesBuildThresholdOption
java.lang.Object
org.kie.internal.builder.conf.ParallelRulesBuildThresholdOption
- All Implemented Interfaces:
Serializable,Option,SingleValueOption,KnowledgeBuilderOption,SingleValueKieBuilderOption,SingleValueRuleBuilderOption
public class ParallelRulesBuildThresholdOption
extends Object
implements SingleValueRuleBuilderOption
A class for the parallel rules build threshold configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe property name for the parallel rules build threshold optionFields inherited from interface org.kie.internal.builder.conf.SingleValueRuleBuilderOption
TYPE -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.conf.Option
propertyNameMethods inherited from interface org.kie.internal.builder.conf.SingleValueRuleBuilderOption
type
-
Field Details
-
PROPERTY_NAME
The property name for the parallel rules build threshold option- See Also:
-
KEY
-
-
Method Details
-
get
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
- Specified by:
getPropertyNamein interfaceOption
-
getParallelRulesBuildThreshold
public int getParallelRulesBuildThreshold() -
hashCode
public int hashCode() -
equals
-