Uses of Class
org.apache.pulsar.policies.data.loadbalancer.NamespaceBundleStats
-
Packages that use NamespaceBundleStats Package Description org.apache.pulsar.policies.data.loadbalancer Implementation of policies. -
-
Uses of NamespaceBundleStats in org.apache.pulsar.policies.data.loadbalancer
Methods in org.apache.pulsar.policies.data.loadbalancer that return types with arguments of type NamespaceBundleStats Modifier and Type Method Description java.util.Map<java.lang.String,NamespaceBundleStats>LoadManagerReport. getBundleStats()Methods in org.apache.pulsar.policies.data.loadbalancer with parameters of type NamespaceBundleStats Modifier and Type Method Description intNamespaceBundleStats. compareByBandwidthIn(NamespaceBundleStats other)intNamespaceBundleStats. compareByBandwidthOut(NamespaceBundleStats other)intNamespaceBundleStats. compareByCacheSize(NamespaceBundleStats other)intNamespaceBundleStats. compareByMsgRate(NamespaceBundleStats other)intNamespaceBundleStats. compareByTopicConnections(NamespaceBundleStats other)intNamespaceBundleStats. compareTo(NamespaceBundleStats other)
-