Uses of Interface
org.apache.pulsar.broker.loadbalance.LoadSheddingStrategy
Packages that use LoadSheddingStrategy
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of LoadSheddingStrategy in org.apache.pulsar.broker.loadbalance.impl
Classes in org.apache.pulsar.broker.loadbalance.impl that implement LoadSheddingStrategyModifier and TypeClassDescriptionclassAn abstract class which makes a LoadSheddingStrategy which makes decisions based on standard deviation easier to implement.classLoad shedding strategy which will attempt to shed exactly one bundle on brokers which are overloaded, that is, whose maximum system resource usage exceeds loadBalancerBrokerOverloadedThresholdPercentage.classLoad shedding strategy that unloads any broker that exceeds the average resource utilization of all brokers by a configured threshold.classThis strategy tends to distribute load uniformly across all brokers.