Package org.apache.curator.framework.api
Interface RemoveWatchesBuilder
- All Known Subinterfaces:
WatchesBuilder
- All Known Implementing Classes:
RemoveWatchesBuilderImpl
,WatchesBuilderImpl
public interface RemoveWatchesBuilder
Builder to allow watches to be removed
-
Method Summary
Modifier and TypeMethodDescriptionremove
(CuratorWatcher watcher) Specify the watcher to be removedremove
(org.apache.zookeeper.Watcher watcher) Specify the watcher to be removedSpecify that all watches should be removed
-
Method Details
-
remove
Specify the watcher to be removed- Parameters:
watcher
-- Returns:
-
remove
Specify the watcher to be removed- Parameters:
watcher
-- Returns:
-
removeAll
RemoveWatchesType removeAll()Specify that all watches should be removed- Returns:
-