Package org.apache.zookeeper
Class WatchDeregistration
java.lang.Object
org.apache.zookeeper.WatchDeregistration
Handles the special case of removing watches which has registered for a
client path
-
Constructor Summary
ConstructorsConstructorDescriptionWatchDeregistration
(String clientPath, Watcher watcher, Watcher.WatcherType watcherType, boolean local, org.apache.zookeeper.ZKWatchManager zkManager) -
Method Summary
Modifier and TypeMethodDescriptionReturns client path which has specified for unregistering its watcherunregister
(int rc) Unregistering watcher that was added on path.
-
Constructor Details
-
WatchDeregistration
public WatchDeregistration(String clientPath, Watcher watcher, Watcher.WatcherType watcherType, boolean local, org.apache.zookeeper.ZKWatchManager zkManager)
-
-
Method Details
-
unregister
Unregistering watcher that was added on path.- Parameters:
rc
- the result code of the operation that attempted to remove watch on the path.- Throws:
KeeperException
-
getClientPath
Returns client path which has specified for unregistering its watcher- Returns:
- client path
-