| Package | Description |
|---|---|
| org.apache.curator.framework.api | |
| org.apache.curator.framework.imps |
| Modifier and Type | Method | Description |
|---|---|---|
RemoveWatchesType |
RemoveWatchesBuilder.remove(CuratorWatcher watcher) |
Specify the watcher to be removed
|
T |
Watchable.usingWatcher(CuratorWatcher watcher) |
Set a watcher for the operation
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
EnsembleTracker |
| Modifier and Type | Method | Description |
|---|---|---|
RemoveWatchesType |
RemoveWatchesBuilderImpl.remove(CuratorWatcher watcher) |
|
BackgroundPathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.usingWatcher(CuratorWatcher watcher) |
|
BackgroundPathable<java.util.List<java.lang.String>> |
GetChildrenBuilderImpl.usingWatcher(CuratorWatcher watcher) |
|
BackgroundEnsembleable<byte[]> |
GetConfigBuilderImpl.usingWatcher(CuratorWatcher watcher) |
|
BackgroundPathable<byte[]> |
GetDataBuilderImpl.usingWatcher(CuratorWatcher watcher) |
| Constructor | Description |
|---|---|
RemoveWatchesBuilderImpl(CuratorFrameworkImpl client,
org.apache.zookeeper.Watcher watcher,
CuratorWatcher curatorWatcher,
org.apache.zookeeper.Watcher.WatcherType watcherType,
boolean guaranteed,
boolean local,
boolean quietly,
Backgrounding backgrounding) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.