Uses of Interface
org.apache.pulsar.broker.loadbalance.extensions.scheduler.NamespaceUnloadStrategy
Packages that use NamespaceUnloadStrategy
-
Uses of NamespaceUnloadStrategy in org.apache.pulsar.broker.loadbalance.extensions.scheduler
Classes in org.apache.pulsar.broker.loadbalance.extensions.scheduler that implement NamespaceUnloadStrategyModifier and TypeClassDescriptionclassLoad shedding strategy that unloads bundles from the highest loaded brokers.Constructors in org.apache.pulsar.broker.loadbalance.extensions.scheduler with parameters of type NamespaceUnloadStrategyModifierConstructorDescriptionprotectedUnloadScheduler(PulsarService pulsar, ScheduledExecutorService loadManagerExecutor, UnloadManager unloadManager, LoadManagerContext context, ServiceUnitStateChannel channel, NamespaceUnloadStrategy strategy, UnloadCounter counter, AtomicReference<List<org.apache.pulsar.common.stats.Metrics>> unloadMetrics)