Uses of Class
org.apache.pulsar.broker.loadbalance.extensions.models.UnloadDecision
Packages that use UnloadDecision
Package
Description
-
Uses of UnloadDecision in org.apache.pulsar.broker.loadbalance.extensions.manager
Methods in org.apache.pulsar.broker.loadbalance.extensions.manager with parameters of type UnloadDecisionModifier and TypeMethodDescriptionUnloadManager.waitAsync(CompletableFuture<Void> eventPubFuture, String bundle, UnloadDecision decision, long timeout, TimeUnit timeoutUnit) -
Uses of UnloadDecision in org.apache.pulsar.broker.loadbalance.extensions.models
Methods in org.apache.pulsar.broker.loadbalance.extensions.models with parameters of type UnloadDecision -
Uses of UnloadDecision in org.apache.pulsar.broker.loadbalance.extensions.scheduler
Methods in org.apache.pulsar.broker.loadbalance.extensions.scheduler that return types with arguments of type UnloadDecisionModifier and TypeMethodDescriptionNamespaceUnloadStrategy.findBundlesForUnloading(LoadManagerContext context, Map<String, Long> recentlyUnloadedBundles, Map<String, Long> recentlyUnloadedBrokers) Recommend that all the returned bundles be unloaded.TransferShedder.findBundlesForUnloading(LoadManagerContext context, Map<String, Long> recentlyUnloadedBundles, Map<String, Long> recentlyUnloadedBrokers)