Uses of Enum
org.apache.curator.x.async.api.CreateOption
Package
Description
-
Uses of CreateOption in org.apache.curator.x.async.api
Modifier and TypeMethodDescriptionstatic CreateOption
Returns the enum constant of this type with the specified name.static CreateOption[]
CreateOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAsyncCreateBuilder.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 stat -
Uses of CreateOption in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionModelSpecBuilder.withCreateOptions
(Set<CreateOption> createOptions) Use the given create options on the Modeled Curator's ZNode -
Uses of CreateOption in org.apache.curator.x.async.modeled.details
Modifier and TypeMethodDescriptionstatic boolean
ModeledFrameworkImpl.isCompressed
(Set<CreateOption> createOptions) ModifierConstructorDescriptionModelSpecImpl
(ZPath path, ModelSerializer<T> serializer, org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, Set<CreateOption> createOptions, Set<DeleteOption> deleteOptions, long ttl)