Example usage for org.apache.zookeeper ZooKeeper interface-usage

List of usage examples for org.apache.zookeeper ZooKeeper interface-usage

Introduction

In this page you can find the example usage for org.apache.zookeeper ZooKeeper interface-usage.

Usage

From source file com.linkedin.d2.discovery.stores.zk.AbstractZooKeeper.java

/**
 * An abstract class that provides the default implementation of {@link com.linkedin.d2.discovery.stores.zk.ZooKeeper}
 * The intention of this class is to reduce the verbosity if we want to create a class that only overrides partial of
 * ZooKeeper operations.
 *
 * @author Ang Xu

From source file com.linkedin.d2.discovery.stores.zk.VanillaZooKeeperAdapter.java

/**
 * Adapts a vanilla ZooKeeper to a class that implements {@link com.linkedin.d2.discovery.stores.zk.ZooKeeper}
 *
 * @author Ang Xu
 * @version $Revision: $
 */