Uses of Interface
org.apache.pulsar.broker.loadbalance.ModularLoadManagerStrategy
-
Packages that use ModularLoadManagerStrategy Package Description org.apache.pulsar.broker.loadbalance Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.loadbalance.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ModularLoadManagerStrategy in org.apache.pulsar.broker.loadbalance
Methods in org.apache.pulsar.broker.loadbalance that return ModularLoadManagerStrategy Modifier and Type Method Description static ModularLoadManagerStrategyModularLoadManagerStrategy. create(org.apache.pulsar.broker.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 ModularLoadManagerStrategy Modifier and Type Class Description classLeastLongTermMessageRatePlacement strategy which selects a broker based on which one has the least long term message rate.
-