AsyncPathAndBytesable<AsyncStage<org.apache.zookeeper.data.Stat>> |
AsyncSetDataBuilder.compressed() |
Cause the data to be compressed using the configured compression provider
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionCreateBuilder.compressed() |
Cause the data to be compressed using the configured compression provider
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionSetDataBuilder.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.
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.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)
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionCreateBuilder.withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList) |
Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE)
|
AsyncPathAndBytesable<AsyncStage<java.lang.String>> |
AsyncCreateBuilder.withMode(org.apache.zookeeper.CreateMode createMode) |
Use the given create mode.
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionCreateBuilder.withMode(org.apache.zookeeper.CreateMode createMode) |
Specify a mode for the create.
|
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
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionCreateBuilder.withOptions(org.apache.zookeeper.CreateMode createMode,
java.util.List<org.apache.zookeeper.data.ACL> aclList,
boolean compressed) |
Specify mode, acl list and compression
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionCreateBuilder.withOptions(org.apache.zookeeper.CreateMode createMode,
java.util.List<org.apache.zookeeper.data.ACL> aclList,
boolean compressed,
long ttl) |
Specify mode, acl list, compression and ttl
|
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.
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionCreateBuilder.withTtl(long ttl) |
Specify a TTL when mode is CreateMode.PERSISTENT_WITH_TTL or
CreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL.
|
AsyncPathAndBytesable<AsyncStage<org.apache.zookeeper.data.Stat>> |
AsyncSetDataBuilder.withVersion(int version) |
Only sets if the version matches.
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionSetDataBuilder.withVersion(int version) |
Changes the version number used.
|
AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> |
AsyncTransactionSetDataBuilder.withVersionCompressed(int version) |
Cause the data to be compressed using the configured compression provider.
|