Class ZookeeperDatacenterReadinessRepository

java.lang.Object
pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperBasedRepository
pl.allegro.tech.hermes.management.infrastructure.readiness.ZookeeperDatacenterReadinessRepository
All Implemented Interfaces:
DatacenterReadinessRepository

public class ZookeeperDatacenterReadinessRepository extends pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperBasedRepository implements DatacenterReadinessRepository
  • Field Summary

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

    paths
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    List<pl.allegro.tech.hermes.api.DatacenterReadiness>
     
    void
    setReadiness(List<pl.allegro.tech.hermes.api.DatacenterReadiness> datacenterReadiness)
     

    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

    • ZookeeperDatacenterReadinessRepository

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