Uses of Class
org.apache.curator.x.async.api.CreateOption
-
Packages that use CreateOption Package Description org.apache.curator.x.async.api org.apache.curator.x.async.modeled org.apache.curator.x.async.modeled.details -
-
Uses of CreateOption in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return CreateOption Modifier and Type Method Description static CreateOptionCreateOption. valueOf(java.lang.String name)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 CreateOption Modifier and Type Method Description AsyncPathAndBytesable<AsyncStage<java.lang.String>>AsyncCreateBuilder. withOptions(java.util.Set<CreateOption> options)Options to change how the ZNode is createdAsyncPathAndBytesable<AsyncStage<java.lang.String>>AsyncCreateBuilder. withOptions(java.util.Set<CreateOption> options, java.util.List<org.apache.zookeeper.data.ACL> aclList)set options and ACLsAsyncPathAndBytesable<AsyncStage<java.lang.String>>AsyncCreateBuilder. withOptions(java.util.Set<CreateOption> options, org.apache.zookeeper.CreateMode createMode)set options and modeAsyncPathAndBytesable<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 ACLsAsyncPathAndBytesable<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 statAsyncPathAndBytesable<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 statAsyncPathAndBytesable<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 -
Uses of CreateOption in org.apache.curator.x.async.modeled
Fields in org.apache.curator.x.async.modeled with type parameters of type CreateOption Modifier and Type Field Description static java.util.Set<CreateOption>ModelSpec. defaultCreateOptionsMethods in org.apache.curator.x.async.modeled that return types with arguments of type CreateOption Modifier and Type Method Description java.util.Set<CreateOption>ModelSpec. createOptions()Return the model's create optionsMethod parameters in org.apache.curator.x.async.modeled with type arguments of type CreateOption Modifier and Type Method Description ModelSpecBuilder<T>ModelSpecBuilder. withCreateOptions(java.util.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 CreateOption Modifier and Type Method Description java.util.Set<CreateOption>ModelSpecImpl. createOptions()Method parameters in org.apache.curator.x.async.modeled.details with type arguments of type CreateOption Modifier and Type Method Description static booleanModeledFrameworkImpl. isCompressed(java.util.Set<CreateOption> createOptions)Constructor parameters in org.apache.curator.x.async.modeled.details with type arguments of type CreateOption Constructor Description ModelSpecImpl(ZPath path, ModelSerializer<T> serializer, org.apache.zookeeper.CreateMode createMode, java.util.List<org.apache.zookeeper.data.ACL> aclList, java.util.Set<CreateOption> createOptions, java.util.Set<DeleteOption> deleteOptions, long ttl)
-