AsyncPathable<AsyncStage<byte[]>> |
AsyncGetDataBuilder.decompressed() |
Cause the data to be de-compressed using the configured compression provider
|
AsyncPathable<AsyncStage<byte[]>> |
AsyncGetDataBuilder.decompressedStoringStatIn(org.apache.zookeeper.data.Stat stat) |
Have the operation fill the provided stat object and have the data be de-compressed
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.curator.framework.api.CuratorWatcher watcher) |
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.curator.framework.api.CuratorWatcher watcher,
java.util.Set<RemoveWatcherOption> options) |
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.curator.framework.api.CuratorWatcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType) |
Remove a watcher of a given type
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.curator.framework.api.CuratorWatcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType,
java.util.Set<RemoveWatcherOption> options) |
Remove a watcher of a given type
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher) |
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher,
java.util.Set<RemoveWatcherOption> options) |
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType) |
Remove a watcher of a given type
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType,
java.util.Set<RemoveWatcherOption> options) |
Remove a watcher of a given type
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removingAll() |
Remove all watchers
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removingAll(java.util.Set<RemoveWatcherOption> options) |
Remove all watchers
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removingAll(org.apache.zookeeper.Watcher.WatcherType watcherType) |
Remove all watchers of a given type
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removingAll(org.apache.zookeeper.Watcher.WatcherType watcherType,
java.util.Set<RemoveWatcherOption> options) |
Remove all watchers of a given type
|
AsyncPathable<AsyncStage<java.util.List<org.apache.zookeeper.data.ACL>>> |
AsyncGetACLBuilder.storingStatIn(org.apache.zookeeper.data.Stat stat) |
Have the operation fill the provided stat object
|
AsyncPathable<AsyncStage<java.util.List<java.lang.String>>> |
AsyncGetChildrenBuilder.storingStatIn(org.apache.zookeeper.data.Stat stat) |
Have the operation fill the provided stat object
|
AsyncPathable<AsyncStage<byte[]>> |
AsyncGetDataBuilder.storingStatIn(org.apache.zookeeper.data.Stat stat) |
Have the operation fill the provided stat object
|
AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>> |
AsyncSetACLBuilder.withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList) |
Set the given ACLs
|
AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>> |
AsyncSetACLBuilder.withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList,
int version) |
Set the given ACLs only if the "a" version matches.
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncDeleteBuilder.withOptions(java.util.Set<DeleteOption> options) |
Changes the deletion options.
|
AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>> |
AsyncExistsBuilder.withOptions(java.util.Set<ExistsOption> options) |
Use the given options.
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncDeleteBuilder.withOptionsAndVersion(java.util.Set<DeleteOption> options,
int version) |
Set options and version.
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncDeleteBuilder.withVersion(int version) |
Changes the version number passed to the delete() method.
|
AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionCheckBuilder.withVersion(int version) |
Use the given version (the default is -1)
|
AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionDeleteBuilder.withVersion(int version) |
Changes the version number used.
|