Uses of Interface
org.apache.curator.x.async.api.AsyncPathable
Packages that use AsyncPathable
-
Uses of AsyncPathable in org.apache.curator.x.async.api
Subinterfaces of AsyncPathable in org.apache.curator.x.async.apiModifier and TypeInterfaceDescriptioninterface
Builder for ZNode createsinterface
Builder for ZNode deletionsinterface
Builder for ZNode existsinterface
Builder for getAclsinterface
Builder for getChildren()interface
Builder to get ZNode datainterface
Terminal operation for various buildersinterface
Builder for setting ZNode datainterface
Builder for syncsinterface
interface
interface
interface
interface
interface
Methods in org.apache.curator.x.async.api that return AsyncPathableModifier and TypeMethodDescriptionAsyncPathable
<AsyncStage<byte[]>> AsyncGetDataBuilder.decompressed()
Cause the data to be de-compressed using the configured compression providerAsyncPathable
<AsyncStage<byte[]>> AsyncGetDataBuilder.decompressedStoringStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat object and have the data be de-compressedAsyncRemoveWatchesBuilder.removing
(CuratorWatcher watcher) AsyncRemoveWatchesBuilder.removing
(CuratorWatcher watcher, Set<RemoveWatcherOption> options) AsyncRemoveWatchesBuilder.removing
(CuratorWatcher watcher, org.apache.zookeeper.Watcher.WatcherType watcherType) Remove a watcher of a given typeAsyncRemoveWatchesBuilder.removing
(CuratorWatcher watcher, org.apache.zookeeper.Watcher.WatcherType watcherType, Set<RemoveWatcherOption> options) Remove a watcher of a given typeAsyncRemoveWatchesBuilder.removing
(org.apache.zookeeper.Watcher watcher) AsyncRemoveWatchesBuilder.removing
(org.apache.zookeeper.Watcher watcher, Set<RemoveWatcherOption> options) AsyncRemoveWatchesBuilder.removing
(org.apache.zookeeper.Watcher watcher, org.apache.zookeeper.Watcher.WatcherType watcherType) Remove a watcher of a given typeAsyncRemoveWatchesBuilder.removing
(org.apache.zookeeper.Watcher watcher, org.apache.zookeeper.Watcher.WatcherType watcherType, Set<RemoveWatcherOption> options) Remove a watcher of a given typeAsyncRemoveWatchesBuilder.removingAll()
Remove all watchersAsyncRemoveWatchesBuilder.removingAll
(Set<RemoveWatcherOption> options) Remove all watchersAsyncRemoveWatchesBuilder.removingAll
(org.apache.zookeeper.Watcher.WatcherType watcherType) Remove all watchers of a given typeAsyncRemoveWatchesBuilder.removingAll
(org.apache.zookeeper.Watcher.WatcherType watcherType, Set<RemoveWatcherOption> options) Remove all watchers of a given typeAsyncPathable
<AsyncStage<List<org.apache.zookeeper.data.ACL>>> AsyncGetACLBuilder.storingStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat objectAsyncGetChildrenBuilder.storingStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat objectAsyncPathable
<AsyncStage<byte[]>> AsyncGetDataBuilder.storingStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat objectAsyncPathable
<AsyncStage<byte[]>> AsyncGetDataBuilder.undecompressed()
Cause the data to not be de-compressed, even if theCuratorFramework
has compressionEnabledAsyncPathable
<AsyncStage<byte[]>> AsyncGetDataBuilder.undecompressedStoringStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat object without the data being de-compressedAsyncPathable
<AsyncStage<org.apache.zookeeper.data.Stat>> Set the given ACLsAsyncPathable
<AsyncStage<org.apache.zookeeper.data.Stat>> Set the given ACLs only if the "a" version matches.AsyncDeleteBuilder.withOptions
(Set<DeleteOption> options) Changes the deletion options.AsyncPathable
<AsyncStage<org.apache.zookeeper.data.Stat>> AsyncExistsBuilder.withOptions
(Set<ExistsOption> options) Use the given options.AsyncDeleteBuilder.withOptionsAndVersion
(Set<DeleteOption> options, int version) Set options and version.AsyncDeleteBuilder.withVersion
(int version) Changes the version number passed to the delete() method.AsyncTransactionCheckBuilder.withVersion
(int version) Use the given version (the default is -1)AsyncTransactionDeleteBuilder.withVersion
(int version) Changes the version number used.