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

public class WatchesBuilderImpl extends RemoveWatchesBuilderImpl implements WatchesBuilder
  • Constructor Details

    • WatchesBuilderImpl

      public WatchesBuilderImpl(CuratorFrameworkImpl client)
    • 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