java.lang.Object
io.camunda.zeebe.broker.system.configuration.backpressure.BackpressureCfg
All Implemented Interfaces:
ConfigurationEntry

public final class BackpressureCfg extends Object implements ConfigurationEntry
  • Constructor Details

    • BackpressureCfg

      public BackpressureCfg()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public BackpressureCfg setEnabled(boolean enabled)
    • useWindowed

      public boolean useWindowed()
    • setUseWindowed

      public void setUseWindowed(boolean useWindowed)
    • getAlgorithm

      public BackpressureCfg.LimitAlgorithm getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String algorithm)
    • getAimd

      public AIMDCfg getAimd()
    • getFixed

      public FixedCfg getFixed()
    • getVegas

      public VegasCfg getVegas()
    • getGradient

      public GradientCfg getGradient()
    • getGradient2

      public Gradient2Cfg getGradient2()
    • toString

      public String toString()
      Overrides:
      toString in class Object