| Package | Description |
|---|---|
| org.apache.curator.framework.api | |
| org.apache.curator.framework.imps |
| Modifier and Type | Method and Description |
|---|---|
RemoveWatchesType |
RemoveWatchesBuilder.remove(CuratorWatcher watcher)
Specify the watcher to be removed
|
RemoveWatchesType |
RemoveWatchesBuilder.remove(org.apache.zookeeper.Watcher watcher)
Specify the watcher to be removed
|
RemoveWatchesType |
RemoveWatchesBuilder.removeAll()
Specify that all watches should be removed
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveWatchesBuilderImpl |
class |
WatchesBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
RemoveWatchesType |
RemoveWatchesBuilderImpl.remove(CuratorWatcher watcher) |
RemoveWatchesType |
RemoveWatchesBuilderImpl.remove(org.apache.zookeeper.Watcher watcher) |
RemoveWatchesType |
RemoveWatchesBuilderImpl.removeAll() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.