Uses of Class
org.apache.curator.framework.imps.CuratorFrameworkBase
Packages that use CuratorFrameworkBase
-
Uses of CuratorFrameworkBase in org.apache.curator.framework.imps
Subclasses of CuratorFrameworkBase in org.apache.curator.framework.impsMethods in org.apache.curator.framework.imps that return CuratorFrameworkBaseModifier and TypeMethodDescriptionprotected CuratorFrameworkBase
RemoveWatchesBuilderImpl.getClient()
Methods in org.apache.curator.framework.imps with parameters of type CuratorFrameworkBaseModifier and TypeMethodDescriptionprotected final void
CuratorFrameworkBase.internalSync
(CuratorFrameworkBase impl, String path, Object context) Constructors in org.apache.curator.framework.imps with parameters of type CuratorFrameworkBaseModifierConstructorDescriptionAddWatchBuilderImpl
(CuratorFrameworkBase client, Watching watching, Backgrounding backgrounding, org.apache.zookeeper.AddWatchMode mode) CreateBuilderImpl
(CuratorFrameworkBase client, org.apache.zookeeper.CreateMode createMode, Backgrounding backgrounding, boolean createParentsIfNeeded, boolean createParentsAsContainers, boolean doProtected, boolean compress, boolean setDataIfExists, List<org.apache.zookeeper.data.ACL> aclList, org.apache.zookeeper.data.Stat storingStat, long ttl) CuratorMultiTransactionImpl
(CuratorFrameworkBase client, Backgrounding backgrounding) DeleteBuilderImpl
(CuratorFrameworkBase client, int version, Backgrounding backgrounding, boolean deletingChildrenIfNeeded, boolean guaranteed, boolean quietly) ExistsBuilderImpl
(CuratorFrameworkBase client, Backgrounding backgrounding, org.apache.zookeeper.Watcher watcher, boolean createParentsIfNeeded, boolean createParentContainersIfNeeded) GetACLBuilderImpl
(CuratorFrameworkBase client, Backgrounding backgrounding, org.apache.zookeeper.data.Stat responseStat) GetChildrenBuilderImpl
(CuratorFrameworkBase client, org.apache.zookeeper.Watcher watcher, Backgrounding backgrounding, org.apache.zookeeper.data.Stat responseStat) GetConfigBuilderImpl
(CuratorFrameworkBase client, Backgrounding backgrounding, org.apache.zookeeper.Watcher watcher, org.apache.zookeeper.data.Stat stat) GetDataBuilderImpl
(CuratorFrameworkBase client, org.apache.zookeeper.data.Stat responseStat, org.apache.zookeeper.Watcher watcher, Backgrounding backgrounding, boolean decompress) ReconfigBuilderImpl
(CuratorFrameworkBase client, Backgrounding backgrounding, org.apache.zookeeper.data.Stat responseStat, long fromConfig, List<String> newMembers, List<String> joining, List<String> leaving) RemoveWatchesBuilderImpl
(CuratorFrameworkBase client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding) SetACLBuilderImpl
(CuratorFrameworkBase client, Backgrounding backgrounding, List<org.apache.zookeeper.data.ACL> aclList, int version) SetDataBuilderImpl
(CuratorFrameworkBase client, Backgrounding backgrounding, int version, boolean compress) SyncBuilderImpl
(CuratorFrameworkBase client) SyncBuilderImpl
(CuratorFrameworkBase client, Backgrounding backgrounding) WatchesBuilderImpl
(CuratorFrameworkBase client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding) Watching
(CuratorFrameworkBase client) Watching
(CuratorFrameworkBase client, boolean watched) Watching
(CuratorFrameworkBase client, CuratorWatcher watcher) Watching
(CuratorFrameworkBase client, org.apache.zookeeper.Watcher watcher) -
Uses of CuratorFrameworkBase in org.apache.curator.x.async.details
Constructors in org.apache.curator.x.async.details with parameters of type CuratorFrameworkBaseModifierConstructorDescriptionAsyncCuratorFrameworkImpl
(CuratorFrameworkBase client, Filters filters, WatchMode watchMode, boolean watched)