List of usage examples for org.apache.zookeeper Watcher interface-usage
From source file cn.lhfei.zookeeper.ch01.Worker.java
/**
* @version 1.0.0
*
* @author Hefei Li
*
* @since Feb 26, 2016
From source file cn.lhfei.zookeeper.ConfigWatcher.java
/**
* @version 0.1
*
* @author Hefei Li
*
* @since May 3, 2015
From source file cn.lhfei.zookeeper.ConnectionWatcher.java
/**
* @version 0.1
*
* @author Hefei Li
*
* @since May 3, 2015
From source file cn.lhfei.zookeeper.CreateGroup.java
/**
* @version 0.1
*
* @author Hefei Li
*
* @since May 3, 2015
From source file co.cask.tephra.zookeeper.TephraZKClientService.java
/** * The implementation of {@link ZKClientService}. */ public class TephraZKClientService extends AbstractService implements ZKClientService, Watcher { private static final Logger LOG = LoggerFactory.getLogger(TephraZKClientService.class);
From source file com.alibaba.otter.shared.arbitrate.impl.zookeeper.AsyncWatcher.java
/**
* ZooKeeperWatcher??Async?
*
* <pre>
*
* 1. zookeeperwatcher?????monitor???
From source file com.alibaba.otter.shared.common.utils.zookeeper.ZkClientx.java
/**
* ZooKeeperx for zk connection
*
* @author jianghang 2012-7-10 ?02:31:15
* @version 4.1.0
*/
From source file com.alibaba.wasp.zookeeper.ZooKeeperWatcher.java
/**
* Acts as the single ZooKeeper Watcher. One instance of this is instantiated
* for each Master, FServer, and client process.
*
* <p>
* This is the only class that implements {@link org.apache.zookeeper.Watcher}. Other internal
From source file com.amazonaws.services.kinesis.stormspout.state.zookeeper.ZookeeperStateManager.java
/** * Zookeeper backed IKinesisSpoutStateManager. */ public class ZookeeperStateManager implements Watcher, IKinesisSpoutStateManager { private static final Logger LOG = LoggerFactory.getLogger(ZookeeperStateManager.class);
From source file com.anteam.demo.zookeeper.DataMonitor.java
/**
* @author <a href="mailto:wsysisibeibei@gmail.com">sisibeibei</a>
* @ClassName: DataMonitor
* @Package com.anteam.demo.zookeeper
* @Description: monitors the data in the ZooKeeper tree
* @date 2013-4-22 ?2:13:13