org.apache.blur.zookeeper
Class ZkUtils.ConnectionWatcher

java.lang.Object
  extended by org.apache.blur.zookeeper.ZkUtils.ConnectionWatcher
All Implemented Interfaces:
org.apache.zookeeper.Watcher
Enclosing class:
ZkUtils

public static class ZkUtils.ConnectionWatcher
extends Object
implements org.apache.zookeeper.Watcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher
org.apache.zookeeper.Watcher.Event
 
Constructor Summary
ZkUtils.ConnectionWatcher()
           
 
Method Summary
 void process(org.apache.zookeeper.WatchedEvent event)
           
 void setSessionTimeout(int sessionTimeout)
           
 void setZkConnectionString(String zkConnectionString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkUtils.ConnectionWatcher

public ZkUtils.ConnectionWatcher()
Method Detail

setZkConnectionString

public void setZkConnectionString(String zkConnectionString)

setSessionTimeout

public void setSessionTimeout(int sessionTimeout)

process

public void process(org.apache.zookeeper.WatchedEvent event)
Specified by:
process in interface org.apache.zookeeper.Watcher


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.