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 TypeInterfaceDescriptioninterfaceBuilder for ZNode createsinterfaceBuilder for ZNode deletionsinterfaceBuilder for ZNode existsinterfaceBuilder for getAclsinterfaceBuilder for getChildren()interfaceBuilder to get ZNode datainterfaceTerminal operation for various buildersinterfaceBuilder for setting ZNode datainterfaceBuilder for syncsinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods 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 theCuratorFrameworkhas 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.