Uses of Interface
org.apache.pulsar.broker.loadbalance.ModularLoadManagerStrategy
Packages that use ModularLoadManagerStrategy
-
Uses of ModularLoadManagerStrategy in org.apache.pulsar.broker.loadbalance
Methods in org.apache.pulsar.broker.loadbalance that return ModularLoadManagerStrategyModifier and TypeMethodDescriptionstatic ModularLoadManagerStrategyModularLoadManagerStrategy.create(ServiceConfiguration conf) Create a placement strategy using the configuration. -
Uses of ModularLoadManagerStrategy in org.apache.pulsar.broker.loadbalance.impl
Classes in org.apache.pulsar.broker.loadbalance.impl that implement ModularLoadManagerStrategyModifier and TypeClassDescriptionclassclassPlacement strategy which selects a broker based on which one has the least long term message rate.classPlacement strategy which selects a broker based on which one has the least resource usage with weight.classSimple Round Robin Broker Selection Strategy.