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
ConstructorsConstructorDescriptionWatchesBuilderImpl(CuratorFrameworkBase 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, withUnhandledErrorListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.curator.framework.api.RemoveWatchesBuilder
remove, remove, removeAll
-
Constructor Details
-
WatchesBuilderImpl
-
WatchesBuilderImpl
public WatchesBuilderImpl(CuratorFrameworkBase 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:WatchesBuilderStart an add watch operation- Specified by:
addin interfaceWatchesBuilder- Returns:
- builder
-