Uses of Interface
org.apache.curator.x.async.api.AsyncPathAndBytesable
Packages that use AsyncPathAndBytesable
-
Uses of AsyncPathAndBytesable in org.apache.curator.x.async.api
Subinterfaces of AsyncPathAndBytesable in org.apache.curator.x.async.apiModifier and TypeInterfaceDescriptioninterface
Builder for ZNode createsinterface
Builder for setting ZNode datainterface
interface
Methods in org.apache.curator.x.async.api that return AsyncPathAndBytesableModifier and TypeMethodDescriptionAsyncPathAndBytesable
<AsyncStage<org.apache.zookeeper.data.Stat>> AsyncSetDataBuilder.compressed()
Cause the data to be compressed using the configured compression providerAsyncTransactionCreateBuilder.compressed()
Cause the data to be compressed using the configured compression providerAsyncTransactionSetDataBuilder.compressed()
Cause the data to be compressed using the configured compression providerAsyncPathAndBytesable
<AsyncStage<org.apache.zookeeper.data.Stat>> AsyncSetDataBuilder.compressedWithVersion
(int version) Cause the data to be compressed using the configured compression provider.AsyncCreateBuilder.storingStatIn
(org.apache.zookeeper.data.Stat stat) Have the operation fill the provided stat objectAsyncPathAndBytesable
<AsyncStage<org.apache.zookeeper.data.Stat>> AsyncSetDataBuilder.uncompressed()
Cause the data to be uncompressed, even if theCuratorFramework
has compressionEnabledAsyncTransactionCreateBuilder.uncompressed()
Cause the data to be uncompressed, even if theCuratorFramework
has compressionEnabledAsyncTransactionSetDataBuilder.uncompressed()
Cause the data to be uncompressed, even if theCuratorFramework
has compressionEnabledAsyncPathAndBytesable
<AsyncStage<org.apache.zookeeper.data.Stat>> AsyncSetDataBuilder.uncompressedWithVersion
(int version) Cause the data to be uncompressed, even if theCuratorFramework
has compressionEnabled.Set an ACL list (default isZooDefs.Ids.OPEN_ACL_UNSAFE
)Set an ACL list (default isZooDefs.Ids.OPEN_ACL_UNSAFE
)AsyncCreateBuilder.withMode
(org.apache.zookeeper.CreateMode createMode) Use the given create mode.AsyncTransactionCreateBuilder.withMode
(org.apache.zookeeper.CreateMode createMode) Specify a mode for the create.AsyncCreateBuilder.withOptions
(Set<CreateOption> options) Options to change how the ZNode is createdAsyncCreateBuilder.withOptions
(Set<CreateOption> options, List<org.apache.zookeeper.data.ACL> aclList) set options and ACLsAsyncCreateBuilder.withOptions
(Set<CreateOption> options, org.apache.zookeeper.CreateMode createMode) set options and modeAsyncCreateBuilder.withOptions
(Set<CreateOption> options, org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList) set options, mode and ACLsAsyncCreateBuilder.withOptions
(Set<CreateOption> options, org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, org.apache.zookeeper.data.Stat stat) set options, mode, ACLs, and statAsyncCreateBuilder.withOptions
(Set<CreateOption> options, org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, org.apache.zookeeper.data.Stat stat, long ttl) set options, mode, ACLs, and statAsyncCreateBuilder.withOptions
(Set<CreateOption> options, org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, org.apache.zookeeper.data.Stat stat, long ttl, int setDataVersion) set options, mode, ACLs, and statAsyncTransactionCreateBuilder.withOptions
(org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, boolean compressed) Specify mode, acl list and compressionAsyncTransactionCreateBuilder.withOptions
(org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, boolean compressed, long ttl) Specify mode, acl list, compression and ttlAsyncCreateBuilder.withSetDataVersion
(int version) Specify the setData expected matching version when using optionCreateOption.setDataIfExists
.AsyncCreateBuilder.withTtl
(long ttl) Specify a TTL when mode isCreateMode.PERSISTENT_WITH_TTL
orCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
.AsyncTransactionCreateBuilder.withTtl
(long ttl) Specify a TTL when mode isCreateMode.PERSISTENT_WITH_TTL
orCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
.AsyncPathAndBytesable
<AsyncStage<org.apache.zookeeper.data.Stat>> AsyncSetDataBuilder.withVersion
(int version) Only sets if the version matches.AsyncTransactionSetDataBuilder.withVersion
(int version) Changes the version number used.AsyncTransactionSetDataBuilder.withVersionCompressed
(int version) Cause the data to be compressed using the configured compression provider.AsyncTransactionSetDataBuilder.withVersionUncompressed
(int version) Cause the data to be uncompressed, even if theCuratorFramework
has compressionEnabled.