| 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
|
T |
WatchableBase.usingWatcher(CuratorWatcher watcher)
Set a watcher for the operation
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnsembleTracker |
| Modifier and Type | Method and Description |
|---|---|
RemoveWatchesType |
RemoveWatchesBuilderImpl.remove(CuratorWatcher watcher) |
BackgroundPathable<byte[]> |
GetDataBuilderImpl.usingWatcher(CuratorWatcher watcher) |
Pathable<Void> |
AddWatchBuilderImpl.usingWatcher(CuratorWatcher watcher) |
BackgroundPathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.usingWatcher(CuratorWatcher watcher) |
BackgroundPathable<List<String>> |
GetChildrenBuilderImpl.usingWatcher(CuratorWatcher watcher) |
BackgroundEnsembleable<byte[]> |
GetConfigBuilderImpl.usingWatcher(CuratorWatcher watcher) |
| Constructor and 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) |
WatchesBuilderImpl(CuratorFrameworkImpl client,
org.apache.zookeeper.Watcher watcher,
CuratorWatcher curatorWatcher,
org.apache.zookeeper.Watcher.WatcherType watcherType,
boolean guaranteed,
boolean local,
boolean quietly,
Backgrounding backgrounding) |
Watching(CuratorFrameworkImpl client,
CuratorWatcher watcher) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.