org.apache.hadoop.hive.ql.lockmgr.zookeeper
Class ZooKeeperHiveLockManager.DummyWatcher

java.lang.Object
  extended by org.apache.hadoop.hive.ql.lockmgr.zookeeper.ZooKeeperHiveLockManager.DummyWatcher
All Implemented Interfaces:
org.apache.zookeeper.Watcher
Enclosing class:
ZooKeeperHiveLockManager

public static class ZooKeeperHiveLockManager.DummyWatcher
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
ZooKeeperHiveLockManager.DummyWatcher()
           
 
Method Summary
 void process(org.apache.zookeeper.WatchedEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooKeeperHiveLockManager.DummyWatcher

public ZooKeeperHiveLockManager.DummyWatcher()
Method Detail

process

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


Copyright © 2014 The Apache Software Foundation. All rights reserved.