Cause the data to be compressed using the configured compression provider
Cause the data to be compressed using the configured compression provider
Cause the data to be compressed using the configured compression provider
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 object
AsyncCreateBuilder.withACL(List<org.apache.zookeeper.data.ACL> aclList)
Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE
)
AsyncTransactionCreateBuilder.withACL(List<org.apache.zookeeper.data.ACL> aclList)
Set an ACL list (default is ZooDefs.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.
Options to change how the ZNode is created
set options, mode and ACLs
AsyncCreateBuilder.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 stat
AsyncCreateBuilder.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 stat
AsyncCreateBuilder.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 stat
AsyncTransactionCreateBuilder.withOptions(org.apache.zookeeper.CreateMode createMode,
List<org.apache.zookeeper.data.ACL> aclList,
boolean compressed)
Specify mode, acl list and compression
AsyncTransactionCreateBuilder.withOptions(org.apache.zookeeper.CreateMode createMode,
List<org.apache.zookeeper.data.ACL> aclList,
boolean compressed,
long ttl)
Specify mode, acl list, compression and ttl
AsyncCreateBuilder.withTtl(long ttl)
Specify a TTL when mode is CreateMode.PERSISTENT_WITH_TTL
or
CreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
.
AsyncTransactionCreateBuilder.withTtl(long ttl)
Specify a TTL when mode is CreateMode.PERSISTENT_WITH_TTL
or
CreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
.
Only sets if the version matches.
AsyncTransactionSetDataBuilder.withVersion(int version)
Changes the version number used.
Cause the data to be compressed using the configured compression provider.