Class ZookeeperInactiveTopicsRepository

java.lang.Object
pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperBasedRepository
pl.allegro.tech.hermes.management.infrastructure.detection.ZookeeperInactiveTopicsRepository
All Implemented Interfaces:
InactiveTopicsRepository

public class ZookeeperInactiveTopicsRepository extends pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperBasedRepository implements InactiveTopicsRepository
  • Field Summary

    Fields inherited from class pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperBasedRepository

    paths
  • Constructor Summary

    Constructors
    Constructor
    Description
    ZookeeperInactiveTopicsRepository(org.apache.curator.framework.CuratorFramework curatorFramework, com.fasterxml.jackson.databind.ObjectMapper objectMapper, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    upsert(List<InactiveTopic> inactiveTopics)
     

    Methods inherited from class pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperBasedRepository

    childrenOf, childrenPathsOf, create, create, createInTransaction, createRecursively, deleteInTransaction, ensurePathExists, overwrite, overwrite, pathExists, readFrom, readFrom, readFrom, readFrom, readWithStatFrom, remove, touch

    Methods inherited from class java.lang.Object

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

    • ZookeeperInactiveTopicsRepository

      public ZookeeperInactiveTopicsRepository(org.apache.curator.framework.CuratorFramework curatorFramework, com.fasterxml.jackson.databind.ObjectMapper objectMapper, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths)
  • Method Details