-
interface
Builder for ZNode creates
interface
Builder for ZNode deletions
interface
interface
interface
Builder for getChildren()
interface
Builder to get ZNode data
interface
Terminal operation for various builders
interface
Builder for setting ZNode data
interface
interface
interface
interface
interface
interface
interface
Cause the data to be de-compressed using the configured compression provider
Have the operation fill the provided stat object and have the data be de-compressed
AsyncRemoveWatchesBuilder.removing(CuratorWatcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType)
Remove a watcher of a given type
Remove a watcher of a given type
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher)
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType)
Remove a watcher of a given type
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType,
Set<RemoveWatcherOption> options)
Remove a watcher of a given type
AsyncRemoveWatchesBuilder.removingAll(org.apache.zookeeper.Watcher.WatcherType watcherType)
Remove all watchers of a given type
Remove all watchers of a given type
AsyncGetACLBuilder.storingStatIn(org.apache.zookeeper.data.Stat stat)
Have the operation fill the provided stat object
AsyncGetChildrenBuilder.storingStatIn(org.apache.zookeeper.data.Stat stat)
Have the operation fill the provided stat object
AsyncGetDataBuilder.storingStatIn(org.apache.zookeeper.data.Stat stat)
Have the operation fill the provided stat object
AsyncSetACLBuilder.withACL(List<org.apache.zookeeper.data.ACL> aclList)
AsyncSetACLBuilder.withACL(List<org.apache.zookeeper.data.ACL> aclList,
int version)
Set the given ACLs only if the "a" version matches.
Changes the deletion options.
Changes the version number passed to the delete() method.
Use the given version (the default is -1)
Changes the version number used.