Uses of Class
org.apache.pulsar.policies.data.loadbalancer.BrokerUsage
-
Packages that use BrokerUsage Package Description org.apache.pulsar.policies.data.loadbalancer Classes to define policies for the load distribution. -
-
Uses of BrokerUsage in org.apache.pulsar.policies.data.loadbalancer
Methods in org.apache.pulsar.policies.data.loadbalancer that return BrokerUsage Modifier and Type Method Description static BrokerUsageBrokerUsage. populateFrom(java.util.Map<java.lang.String,java.lang.Object> metrics)Factory method that returns an instance of this class populated from metrics we expect the keys that we are looking there's no explicit type checked object which guarantees that we have a specific type of metrics.
-