Interface QueueSaturationLimiterMBean

    • Method Detail

      • getMaxSaturationDefault

        double getMaxSaturationDefault()
                                throws ConfigurationException

        Get the default maximum amount of saturation allowed in the queue, as a percentage, before this limiter will reject work. E.g. "80" means that the limiter will reject work when the queue is over 80% full. The range of valid values is from "0" to "100". This value will be used when no per-node setting exists for a given node.

        Throws:
        ConfigurationException
      • setMaxSaturationDefault

        void setMaxSaturationDefault​(double maxSaturation)
                              throws ConfigurationException,
                                     com.opencloud.util.exception.ValidationException

        Set the default maximum amount of saturation allowed in the queue, as a percentage, before this limiter will reject work (the range of valid values is from "0" to "100"). E.g. "80" means that the limiter will reject work when the queue is over 80% full. This value will be used when no per-node setting exists for a given node.

        Throws:
        ConfigurationException
        com.opencloud.util.exception.ValidationException