Class ConstraintJittingThresholdOption

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

public class ConstraintJittingThresholdOption extends Object implements SingleValueRuleBaseOption
An option to define after how many evaluations in interpreted mode (with mvel) a constraint should be jitted (translated in bytecode)
See Also:
  • Field Details

  • Method Details

    • get

      public static ConstraintJittingThresholdOption get(int threshold)
      This is a factory method for this Constraint Jitting Threshold configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.
      Parameters:
      threshold - the threshold value for the Constraint Jitting option
      Returns:
      the actual type safe Constraint Jitting threshold configuration.
    • getPropertyName

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

      public int getThreshold()
      Returns the threshold value for PermGen
      Returns:
    • hashCode

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

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