Class PermGenThresholdOption

  • All Implemented Interfaces:
    Serializable, org.kie.api.conf.KieBaseOption, org.kie.api.conf.Option, org.kie.api.conf.SingleValueKieBaseOption

    public class PermGenThresholdOption
    extends Object
    implements org.kie.api.conf.SingleValueKieBaseOption
    A class PermGen threshold configuration.
    See Also:
    Serialized Form
    • Field Detail

      • DEFAULT_VALUE

        public static final int DEFAULT_VALUE
        The defualt value for this option
        See Also:
        Constant Field Values
    • Method Detail

      • get

        public static PermGenThresholdOption get​(int threshold)
        This is a factory method for this PermGen 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 PermGen option
        Returns:
        the actual type safe PermGen threshold configuration.
      • getPropertyName

        public String getPropertyName()
        Specified by:
        getPropertyName in interface org.kie.api.conf.Option
      • getThreshold

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

        public int hashCode()
        Overrides:
        hashCode in class Object