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 Details

  • Method Details

    • 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 String getPropertyName()
      Specified by:
      getPropertyName in interface Option
    • getParallelRulesBuildThreshold

      public int getParallelRulesBuildThreshold()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object