Package org.apache.curator.framework.api
Interface RemoveWatchesBuilder
-
- All Known Subinterfaces:
WatchesBuilder
- All Known Implementing Classes:
RemoveWatchesBuilderImpl,WatchesBuilderImpl
public interface RemoveWatchesBuilderBuilder to allow watches to be removed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveWatchesTyperemove(CuratorWatcher watcher)Specify the watcher to be removedRemoveWatchesTyperemove(org.apache.zookeeper.Watcher watcher)Specify the watcher to be removedRemoveWatchesTyperemoveAll()Specify that all watches should be removed
-
-
-
Method Detail
-
remove
RemoveWatchesType remove(org.apache.zookeeper.Watcher watcher)
Specify the watcher to be removed- Parameters:
watcher-- Returns:
-
remove
RemoveWatchesType remove(CuratorWatcher watcher)
Specify the watcher to be removed- Parameters:
watcher-- Returns:
-
removeAll
RemoveWatchesType removeAll()
Specify that all watches should be removed- Returns:
-
-