Uses of Class
org.apache.pulsar.broker.loadbalance.extensions.manager.UnloadManager
Packages that use UnloadManager
-
Uses of UnloadManager in org.apache.pulsar.broker.loadbalance.extensions.scheduler
Constructors in org.apache.pulsar.broker.loadbalance.extensions.scheduler with parameters of type UnloadManagerModifierConstructorDescriptionUnloadScheduler(PulsarService pulsar, ScheduledExecutorService loadManagerExecutor, UnloadManager unloadManager, LoadManagerContext context, ServiceUnitStateChannel channel, UnloadCounter counter, AtomicReference<List<org.apache.pulsar.common.stats.Metrics>> unloadMetrics) protectedUnloadScheduler(PulsarService pulsar, ScheduledExecutorService loadManagerExecutor, UnloadManager unloadManager, LoadManagerContext context, ServiceUnitStateChannel channel, NamespaceUnloadStrategy strategy, UnloadCounter counter, AtomicReference<List<org.apache.pulsar.common.stats.Metrics>> unloadMetrics)