Uses of Class
io.camunda.zeebe.broker.system.configuration.backpressure.BackpressureCfg.LimitAlgorithm
-
Packages that use BackpressureCfg.LimitAlgorithm Package Description io.camunda.zeebe.broker.system.configuration.backpressure -
-
Uses of BackpressureCfg.LimitAlgorithm in io.camunda.zeebe.broker.system.configuration.backpressure
Methods in io.camunda.zeebe.broker.system.configuration.backpressure that return BackpressureCfg.LimitAlgorithm Modifier and Type Method Description BackpressureCfg.LimitAlgorithmBackpressureCfg. getAlgorithm()static BackpressureCfg.LimitAlgorithmBackpressureCfg.LimitAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static BackpressureCfg.LimitAlgorithm[]BackpressureCfg.LimitAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-