Uses of Enum
org.apache.curator.x.async.api.CreateOption
Packages that use CreateOption
Package
Description
-
Uses of CreateOption in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return CreateOptionModifier 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.Method parameters in org.apache.curator.x.async.api with type arguments of type CreateOptionModifier 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
Fields in org.apache.curator.x.async.modeled with type parameters of type CreateOptionMethods in org.apache.curator.x.async.modeled that return types with arguments of type CreateOptionMethod parameters in org.apache.curator.x.async.modeled with type arguments of type CreateOptionModifier 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
Methods in org.apache.curator.x.async.modeled.details that return types with arguments of type CreateOptionMethod parameters in org.apache.curator.x.async.modeled.details with type arguments of type CreateOptionModifier and TypeMethodDescriptionstatic boolean
ModeledFrameworkImpl.isCompressed
(Set<CreateOption> createOptions) Constructor parameters in org.apache.curator.x.async.modeled.details with type arguments of type CreateOptionModifierConstructorDescriptionModelSpecImpl
(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)