Uses of Class
org.apache.curator.framework.imps.CuratorFrameworkImpl
-
Uses of CuratorFrameworkImpl in org.apache.curator.framework.imps
Modifier and TypeMethodDescriptionprotected CuratorFrameworkImpl
RemoveWatchesBuilderImpl.getClient()
Modifier and TypeMethodDescriptionprotected void
CuratorFrameworkImpl.internalSync
(CuratorFrameworkImpl impl, String path, Object context) ModifierConstructorDescriptionAddWatchBuilderImpl
(CuratorFrameworkImpl client, Watching watching, Backgrounding backgrounding, org.apache.zookeeper.AddWatchMode mode) CreateBuilderImpl
(CuratorFrameworkImpl 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) protected
CuratorMultiTransactionImpl
(CuratorFrameworkImpl client, Backgrounding backgrounding) DeleteBuilderImpl
(CuratorFrameworkImpl client, int version, Backgrounding backgrounding, boolean deletingChildrenIfNeeded, boolean guaranteed, boolean quietly) ExistsBuilderImpl
(CuratorFrameworkImpl client, Backgrounding backgrounding, org.apache.zookeeper.Watcher watcher, boolean createParentsIfNeeded, boolean createParentContainersIfNeeded) GetACLBuilderImpl
(CuratorFrameworkImpl client, Backgrounding backgrounding, org.apache.zookeeper.data.Stat responseStat) GetChildrenBuilderImpl
(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher, Backgrounding backgrounding, org.apache.zookeeper.data.Stat responseStat) GetConfigBuilderImpl
(CuratorFrameworkImpl client, Backgrounding backgrounding, org.apache.zookeeper.Watcher watcher, org.apache.zookeeper.data.Stat stat) GetDataBuilderImpl
(CuratorFrameworkImpl client, org.apache.zookeeper.data.Stat responseStat, org.apache.zookeeper.Watcher watcher, Backgrounding backgrounding, boolean decompress) ReconfigBuilderImpl
(CuratorFrameworkImpl client, Backgrounding backgrounding, org.apache.zookeeper.data.Stat responseStat, long fromConfig, List<String> newMembers, List<String> joining, List<String> leaving) RemoveWatchesBuilderImpl
(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding) SetACLBuilderImpl
(CuratorFrameworkImpl client, Backgrounding backgrounding, List<org.apache.zookeeper.data.ACL> aclList, int version) SetDataBuilderImpl
(CuratorFrameworkImpl client, Backgrounding backgrounding, int version, boolean compress) SyncBuilderImpl
(CuratorFrameworkImpl client) SyncBuilderImpl
(CuratorFrameworkImpl client, Backgrounding backgrounding) WatchesBuilderImpl
(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding) Watching
(CuratorFrameworkImpl client) Watching
(CuratorFrameworkImpl client, boolean watched) Watching
(CuratorFrameworkImpl client, CuratorWatcher watcher) Watching
(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher) -
Uses of CuratorFrameworkImpl in org.apache.curator.x.async.details
ModifierConstructorDescriptionAsyncCuratorFrameworkImpl
(CuratorFrameworkImpl client, Filters filters, WatchMode watchMode, boolean watched)