Class ZookeeperOfflineRetransmissionRepository

java.lang.Object
pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperBasedRepository
pl.allegro.tech.hermes.management.infrastructure.retransmit.ZookeeperOfflineRetransmissionRepository
All Implemented Interfaces:
OfflineRetransmissionRepository

public class ZookeeperOfflineRetransmissionRepository extends pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperBasedRepository implements OfflineRetransmissionRepository
  • Field Summary

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

    paths
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
     
    List<pl.allegro.tech.hermes.api.OfflineRetransmissionTask>
     
    void
    saveTask(pl.allegro.tech.hermes.api.OfflineRetransmissionTask task)
     

    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

    • ZookeeperOfflineRetransmissionRepository

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