AsyncPathAndBytesable<AsyncStage<org.apache.zookeeper.data.Stat>> |
AsyncSetDataBuilder.compressed() |
Cause the data to be compressed using the configured compression provider
|
AsyncPathAndBytesable<AsyncStage<org.apache.zookeeper.data.Stat>> |
AsyncSetDataBuilder.compressedWithVersion(int version) |
Cause the data to be compressed using the configured compression provider.
|
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
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.storingStatIn(org.apache.zookeeper.data.Stat stat) |
Have the operation fill the provided stat object
|
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
|
AsyncEnsemblable<AsyncStage<byte[]>> |
AsyncGetConfigBuilder.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
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList) |
Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE)
|
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.
|
AsyncEnsemblable<AsyncStage<java.lang.Void>> |
AsyncReconfigBuilder.withJoiningAndLeaving(java.util.List<java.lang.String> joining,
java.util.List<java.lang.String> leaving) |
Adds servers to join the ensemble and/or servers to leave the ensemble.
|
AsyncEnsemblable<AsyncStage<java.lang.Void>> |
AsyncReconfigBuilder.withJoiningAndLeaving(java.util.List<java.lang.String> joining,
java.util.List<java.lang.String> leaving,
long fromConfig) |
Specify joiners, leaves and config version.
|
AsyncEnsemblable<AsyncStage<java.lang.Void>> |
AsyncReconfigBuilder.withJoiningAndLeaving(java.util.List<java.lang.String> joining,
java.util.List<java.lang.String> leaving,
org.apache.zookeeper.data.Stat stat) |
|
AsyncEnsemblable<AsyncStage<java.lang.Void>> |
AsyncReconfigBuilder.withJoiningAndLeaving(java.util.List<java.lang.String> joining,
java.util.List<java.lang.String> leaving,
org.apache.zookeeper.data.Stat stat,
long fromConfig) |
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withMode(org.apache.zookeeper.CreateMode createMode) |
Use the given create mode.
|
AsyncEnsemblable<AsyncStage<java.lang.Void>> |
AsyncReconfigBuilder.withNewMembers(java.util.List<java.lang.String> servers) |
Sets one or more members that are meant to be the ensemble.
|
AsyncEnsemblable<AsyncStage<java.lang.Void>> |
AsyncReconfigBuilder.withNewMembers(java.util.List<java.lang.String> servers,
long fromConfig) |
|
AsyncEnsemblable<AsyncStage<java.lang.Void>> |
AsyncReconfigBuilder.withNewMembers(java.util.List<java.lang.String> servers,
org.apache.zookeeper.data.Stat stat) |
|
AsyncEnsemblable<AsyncStage<java.lang.Void>> |
AsyncReconfigBuilder.withNewMembers(java.util.List<java.lang.String> servers,
org.apache.zookeeper.data.Stat stat,
long fromConfig) |
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withOptions(java.util.Set<CreateOption> options) |
Options to change how the ZNode is created
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withOptions(java.util.Set<CreateOption> options,
java.util.List<org.apache.zookeeper.data.ACL> aclList) |
set options and ACLs
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withOptions(java.util.Set<CreateOption> options,
org.apache.zookeeper.CreateMode createMode) |
set options and mode
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withOptions(java.util.Set<CreateOption> options,
org.apache.zookeeper.CreateMode createMode,
java.util.List<org.apache.zookeeper.data.ACL> aclList) |
set options, mode and ACLs
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withOptions(java.util.Set<CreateOption> options,
org.apache.zookeeper.CreateMode createMode,
java.util.List<org.apache.zookeeper.data.ACL> aclList,
org.apache.zookeeper.data.Stat stat) |
set options, mode, ACLs, and stat
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withOptions(java.util.Set<CreateOption> options,
org.apache.zookeeper.CreateMode createMode,
java.util.List<org.apache.zookeeper.data.ACL> aclList,
org.apache.zookeeper.data.Stat stat,
long ttl) |
set options, mode, ACLs, and stat
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withOptions(java.util.Set<CreateOption> options,
org.apache.zookeeper.CreateMode createMode,
java.util.List<org.apache.zookeeper.data.ACL> aclList,
org.apache.zookeeper.data.Stat stat,
long ttl,
int setDataVersion) |
set options, mode, ACLs, and stat
|
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.
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withSetDataVersion(int version) |
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withTtl(long ttl) |
Specify a TTL when mode is CreateMode.PERSISTENT_WITH_TTL or
CreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL.
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncDeleteBuilder.withVersion(int version) |
Changes the version number passed to the delete() method.
|
AsyncPathAndBytesable<AsyncStage<org.apache.zookeeper.data.Stat>> |
AsyncSetDataBuilder.withVersion(int version) |
Only sets if the version matches.
|