Class CircuitBreakerManager

    • Constructor Detail

      • CircuitBreakerManager

        public CircuitBreakerManager()
        Deprecated.
    • Method Detail

      • isTripped

        public boolean isTripped()
        Deprecated.
        Description copied from class: CircuitBreaker
        Check if circuit breaker is tripped.
        Specified by:
        isTripped in class CircuitBreaker
      • init

        public void init​(org.apache.solr.common.util.NamedList<?> args)
        Deprecated.
        Description copied from interface: NamedListInitializedPlugin
        init will be called just once, immediately after creation.

        Source of the initialization arguments will typically be solrconfig.xml, but will ultimately depends on the plugin itself

        Specified by:
        init in interface NamedListInitializedPlugin
        Overrides:
        init in class CircuitBreaker
        Parameters:
        args - non-null list of initialization parameters (may be empty)
      • setMemEnabled

        public void setMemEnabled​(String enabled)
        Deprecated.
      • setMemThreshold

        public void setMemThreshold​(int threshold)
        Deprecated.
      • setMemThreshold

        public void setMemThreshold​(String threshold)
        Deprecated.
      • setCpuEnabled

        public void setCpuEnabled​(String enabled)
        Deprecated.
      • setCpuThreshold

        public void setCpuThreshold​(int threshold)
        Deprecated.
      • setCpuThreshold

        public void setCpuThreshold​(String threshold)
        Deprecated.