Class WatchesBuilderImpl
java.lang.Object
org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
org.apache.curator.framework.imps.WatchesBuilderImpl
- All Implemented Interfaces:
Backgroundable<ErrorListenerPathable<Void>>
,BackgroundPathable<Void>
,BackgroundPathableQuietlyable<Void>
,ErrorListenerPathable<Void>
,Guaranteeable<BackgroundPathableQuietlyable<Void>>
,Pathable<Void>
,Quietly<BackgroundPathable<Void>>
,RemoveWatchesBuilder
,RemoveWatchesLocal
,RemoveWatchesType
,WatchesBuilder
-
Constructor Summary
ConstructorDescriptionWatchesBuilderImpl
(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding) -
Method Summary
Methods inherited from class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
forPath, getBackgroundEventType, getClient, guaranteed, inBackground, inBackground, inBackground, inBackground, inBackground, inBackground, locally, ofType, performBackgroundOperation, quietly, remove, remove, removeAll, withUnhandledErrorListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.curator.framework.api.RemoveWatchesBuilder
remove, remove, removeAll
-
Constructor Details
-
WatchesBuilderImpl
-
WatchesBuilderImpl
public WatchesBuilderImpl(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding)
-
-
Method Details
-
add
Description copied from interface:WatchesBuilder
Start an add watch operation- Specified by:
add
in interfaceWatchesBuilder
- Returns:
- builder
-