Uses of Interface
org.apache.pulsar.broker.loadbalance.LoadManager
Packages that use LoadManager
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of LoadManager in org.apache.pulsar.broker.loadbalance
Classes in org.apache.pulsar.broker.loadbalance that implement LoadManagerMethods in org.apache.pulsar.broker.loadbalance that return LoadManagerConstructor parameters in org.apache.pulsar.broker.loadbalance with type arguments of type LoadManagerModifierConstructorDescriptionLoadReportUpdaterTask(AtomicReference<LoadManager> manager) LoadResourceQuotaUpdaterTask(AtomicReference<LoadManager> loadManager) LoadSheddingTask(AtomicReference<LoadManager> loadManager, ScheduledExecutorService loadManagerExecutor, org.apache.pulsar.broker.ServiceConfiguration config) -
Uses of LoadManager in org.apache.pulsar.broker.loadbalance.impl
Classes in org.apache.pulsar.broker.loadbalance.impl that implement LoadManagerModifier and TypeClassDescriptionclassWrapper class allowing classes of instance ModularLoadManager to be compatible with the interface LoadManager.class