Uses of Interface
org.apache.pulsar.broker.loadbalance.LoadSheddingStrategy
-
Packages that use LoadSheddingStrategy Package Description org.apache.pulsar.broker.loadbalance.impl 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 LoadSheddingStrategy Modifier and Type Class Description classDeviationShedderAn abstract class which makes a LoadSheddingStrategy which makes decisions based on standard deviation easier to implement.classOverloadShedderLoad shedding strategy which will attempt to shed exactly one bundle on brokers which are overloaded, that is, whose maximum system resource usage exceeds loadBalancerBrokerOverloadedThresholdPercentage.classThresholdShedderLoad shedding strategy that unloads any broker that exceeds the average resource utilization of all brokers by a configured threshold.classUniformLoadShedderThis strategy tends to distribute load uniformly across all brokers.
-