Class MaxThreadsOption

java.lang.Object
org.kie.internal.conf.MaxThreadsOption
All Implemented Interfaces:
Serializable, KieBaseOption, Option, SingleValueKieBaseOption, SingleValueOption, SingleValueRuleBaseOption

public class MaxThreadsOption extends Object implements SingleValueRuleBaseOption
A class for the max threads configuration.
See Also:
  • Field Details

  • Method Details

    • get

      public static MaxThreadsOption get(int threshold)
      This is a factory method for this Max Threads configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.
      Parameters:
      threshold - the maximum number of threads for partition evaluation
      Returns:
      the actual type safe max threads configuration.
    • getPropertyName

      public String getPropertyName()
      Specified by:
      getPropertyName in interface Option
    • getMaxThreads

      public int getMaxThreads()
      Returns the maximum number of threads for partition evaluation
      Returns:
    • hashCode

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

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