Uses of Class
org.apache.pulsar.broker.stats.ClusterReplicationMetrics
Packages that use ClusterReplicationMetrics
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.
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 ClusterReplicationMetricsMethods in org.apache.pulsar.broker.service with parameters of type ClusterReplicationMetricsModifier and TypeMethodDescriptionvoidTopic.updateRates(NamespaceStats nsStats, org.apache.pulsar.policies.data.loadbalancer.NamespaceBundleStats currentBundleStats, StatsOutputStream topicStatsStream, ClusterReplicationMetrics clusterReplicationMetrics, 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 ClusterReplicationMetricsModifier and TypeMethodDescriptionvoidNonPersistentTopic.updateRates(NamespaceStats nsStats, org.apache.pulsar.policies.data.loadbalancer.NamespaceBundleStats bundleStats, StatsOutputStream topicStatsStream, ClusterReplicationMetrics replStats, 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 ClusterReplicationMetricsModifier and TypeMethodDescriptionvoidPersistentTopic.updateRates(NamespaceStats nsStats, org.apache.pulsar.policies.data.loadbalancer.NamespaceBundleStats bundleStats, StatsOutputStream topicStatsStream, ClusterReplicationMetrics replStats, String namespace, boolean hydratePublishers)