Uses of Class
org.apache.pulsar.broker.stats.NamespaceStats
-
Packages that use NamespaceStats Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.nonpersistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.persistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of NamespaceStats in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service with parameters of type NamespaceStats Modifier and Type Method Description voidTopic. updateRates(NamespaceStats nsStats, org.apache.pulsar.policies.data.loadbalancer.NamespaceBundleStats currentBundleStats, StatsOutputStream topicStatsStream, ClusterReplicationMetrics clusterReplicationMetrics, java.lang.String namespaceName, boolean hydratePublishers) -
Uses of NamespaceStats in org.apache.pulsar.broker.service.nonpersistent
Methods in org.apache.pulsar.broker.service.nonpersistent with parameters of type NamespaceStats Modifier and Type Method Description voidNonPersistentTopic. updateRates(NamespaceStats nsStats, org.apache.pulsar.policies.data.loadbalancer.NamespaceBundleStats bundleStats, StatsOutputStream topicStatsStream, ClusterReplicationMetrics replStats, java.lang.String namespace, boolean hydratePublishers) -
Uses of NamespaceStats in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent with parameters of type NamespaceStats Modifier and Type Method Description voidPersistentTopic. updateRates(NamespaceStats nsStats, org.apache.pulsar.policies.data.loadbalancer.NamespaceBundleStats bundleStats, StatsOutputStream topicStatsStream, ClusterReplicationMetrics replStats, java.lang.String namespace, boolean hydratePublishers)
-