Uses of Class
org.apache.pulsar.broker.stats.ClusterReplicationMetrics
-
Packages that use ClusterReplicationMetrics 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 ClusterReplicationMetrics in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return ClusterReplicationMetrics Modifier and Type Method Description ClusterReplicationMetricsPulsarStats. getClusterReplicationMetrics()Methods in org.apache.pulsar.broker.service with parameters of type ClusterReplicationMetrics 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 ClusterReplicationMetrics in org.apache.pulsar.broker.service.nonpersistent
Methods in org.apache.pulsar.broker.service.nonpersistent with parameters of type ClusterReplicationMetrics 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 ClusterReplicationMetrics in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent with parameters of type ClusterReplicationMetrics 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)
-