Class ParallelRulesBuildThresholdOption

    • 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:
        getPropertyName in interface org.kie.api.conf.Option
      • getParallelRulesBuildThreshold

        public int getParallelRulesBuildThreshold()
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object