RemoveWatchesBuilderImplpublic interface RemoveWatchesBuilder
| Modifier and Type | Method | Description |
|---|---|---|
RemoveWatchesType |
remove(CuratorWatcher watcher) |
Specify the watcher to be removed
|
RemoveWatchesType |
remove(org.apache.zookeeper.Watcher watcher) |
Specify the watcher to be removed
|
RemoveWatchesType |
removeAll() |
Specify that all watches should be removed
|
RemoveWatchesType remove(org.apache.zookeeper.Watcher watcher)
watcher - RemoveWatchesType remove(CuratorWatcher watcher)
watcher - RemoveWatchesType removeAll()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.