Class HybridTopicMetricsRepository

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.allegro.tech.hermes.api.TopicMetrics loadMetrics​(pl.allegro.tech.hermes.api.TopicName topicName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HybridTopicMetricsRepository

        public HybridTopicMetricsRepository​(GraphiteClient graphiteClient,
                                            MetricsPaths metricsPaths,
                                            SummedSharedCounter summedSharedCounter,
                                            pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths,
                                            pl.allegro.tech.hermes.domain.subscription.SubscriptionRepository subscriptionRepository)
    • Method Detail

      • loadMetrics

        public pl.allegro.tech.hermes.api.TopicMetrics loadMetrics​(pl.allegro.tech.hermes.api.TopicName topicName)
        Specified by:
        loadMetrics in interface TopicMetricsRepository