Class ZookeeperConfParamOps

java.lang.Object
org.apache.syncope.common.keymaster.client.zookeeper.ZookeeperConfParamOps
All Implemented Interfaces:
ConfParamOps

public class ZookeeperConfParamOps extends Object implements ConfParamOps
Implements ConfParamOps via Apache Curator / Zookeeper.
  • Field Details

    • LOG

      protected static final Logger LOG
    • MAPPER

      protected static final JsonMapper MAPPER
    • CONF_PATH

      protected static final String CONF_PATH
      See Also:
    • client

      protected final org.apache.curator.framework.CuratorFramework client
  • Constructor Details

    • ZookeeperConfParamOps

      public ZookeeperConfParamOps(org.apache.curator.framework.CuratorFramework client)
  • Method Details