Uses of Class
org.apache.curator.x.async.modeled.ModelSpecBuilder
-
Uses of ModelSpecBuilder in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionstatic <T> ModelSpecBuilder
<T> ModelSpec.builder
(ModelSerializer<T> serializer) Start a new ModelSpecBuilder for the given serializer.static <T> ModelSpecBuilder
<T> ModelSpec.builder
(ZPath path, ModelSerializer<T> serializer) Start a new ModelSpecBuilder for the given path and serializer.ModelSpecBuilder.withAclList
(List<org.apache.zookeeper.data.ACL> aclList) Use the given aclList for create operations on the Modeled Curator's ZNodeModelSpecBuilder.withCreateMode
(org.apache.zookeeper.CreateMode createMode) Use the given createMode for create operations on the Modeled Curator's ZNodeModelSpecBuilder.withCreateOptions
(Set<CreateOption> createOptions) Use the given create options on the Modeled Curator's ZNodeModelSpecBuilder.withDeleteOptions
(Set<DeleteOption> deleteOptions) Use the given delete options on the Modeled Curator's ZNodeChange the model spec's pathModelSpecBuilder.withTtl
(long ttl) Specify a TTL when mode isCreateMode.PERSISTENT_WITH_TTL
orCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
. -
Uses of ModelSpecBuilder in org.apache.curator.x.async.modeled.typed
Modifier and TypeMethodDescriptionstatic <M,
P1> TypedModeledFramework <M, P1> TypedModeledFramework.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M> TypedModeledFramework0
<M> TypedModeledFramework0.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2, P3, P4, P5, P6, P7, P8, P9, P10>
TypedModeledFramework10<M, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10> TypedModeledFramework10.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2>
TypedModeledFramework2<M, P1, P2> TypedModeledFramework2.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2, P3>
TypedModeledFramework3<M, P1, P2, P3> TypedModeledFramework3.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2, P3, P4>
TypedModeledFramework4<M, P1, P2, P3, P4> TypedModeledFramework4.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2, P3, P4, P5>
TypedModeledFramework5<M, P1, P2, P3, P4, P5> TypedModeledFramework5.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2, P3, P4, P5, P6>
TypedModeledFramework6<M, P1, P2, P3, P4, P5, P6> TypedModeledFramework6.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2, P3, P4, P5, P6, P7>
TypedModeledFramework7<M, P1, P2, P3, P4, P5, P6, P7> TypedModeledFramework7.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2, P3, P4, P5, P6, P7, P8>
TypedModeledFramework8<M, P1, P2, P3, P4, P5, P6, P7, P8> TypedModeledFramework8.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1, P2, P3, P4, P5, P6, P7, P8, P9>
TypedModeledFramework9<M, P1, P2, P3, P4, P5, P6, P7, P8, P9> TypedModeledFramework9.from
(ModeledFrameworkBuilder<M> frameworkBuilder, ModelSpecBuilder<M> modelSpecBuilder, String pathWithIds) Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.static <M,
P1> TypedModelSpec <M, P1> TypedModelSpec.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1> TypedModelSpec <M, P1> TypedModelSpec.from
(ModelSpecBuilder<M> builder, TypedZPath<P1> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M> TypedModelSpec0
<M> TypedModelSpec0.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M> TypedModelSpec0
<M> TypedModelSpec0.from
(ModelSpecBuilder<M> builder, TypedZPath0 path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2, P3, P4, P5, P6, P7, P8, P9, P10>
TypedModelSpec10<M, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10> TypedModelSpec10.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2, P3, P4, P5, P6, P7, P8, P9, P10>
TypedModelSpec10<M, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10> TypedModelSpec10.from
(ModelSpecBuilder<M> builder, TypedZPath10<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2>
TypedModelSpec2<M, P1, P2> TypedModelSpec2.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2>
TypedModelSpec2<M, P1, P2> TypedModelSpec2.from
(ModelSpecBuilder<M> builder, TypedZPath2<P1, P2> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2, P3>
TypedModelSpec3<M, P1, P2, P3> TypedModelSpec3.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2, P3>
TypedModelSpec3<M, P1, P2, P3> TypedModelSpec3.from
(ModelSpecBuilder<M> builder, TypedZPath3<P1, P2, P3> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2, P3, P4>
TypedModelSpec4<M, P1, P2, P3, P4> TypedModelSpec4.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2, P3, P4>
TypedModelSpec4<M, P1, P2, P3, P4> TypedModelSpec4.from
(ModelSpecBuilder<M> builder, TypedZPath4<P1, P2, P3, P4> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2, P3, P4, P5>
TypedModelSpec5<M, P1, P2, P3, P4, P5> TypedModelSpec5.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2, P3, P4, P5>
TypedModelSpec5<M, P1, P2, P3, P4, P5> TypedModelSpec5.from
(ModelSpecBuilder<M> builder, TypedZPath5<P1, P2, P3, P4, P5> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2, P3, P4, P5, P6>
TypedModelSpec6<M, P1, P2, P3, P4, P5, P6> TypedModelSpec6.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2, P3, P4, P5, P6>
TypedModelSpec6<M, P1, P2, P3, P4, P5, P6> TypedModelSpec6.from
(ModelSpecBuilder<M> builder, TypedZPath6<P1, P2, P3, P4, P5, P6> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2, P3, P4, P5, P6, P7>
TypedModelSpec7<M, P1, P2, P3, P4, P5, P6, P7> TypedModelSpec7.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2, P3, P4, P5, P6, P7>
TypedModelSpec7<M, P1, P2, P3, P4, P5, P6, P7> TypedModelSpec7.from
(ModelSpecBuilder<M> builder, TypedZPath7<P1, P2, P3, P4, P5, P6, P7> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2, P3, P4, P5, P6, P7, P8>
TypedModelSpec8<M, P1, P2, P3, P4, P5, P6, P7, P8> TypedModelSpec8.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2, P3, P4, P5, P6, P7, P8>
TypedModelSpec8<M, P1, P2, P3, P4, P5, P6, P7, P8> TypedModelSpec8.from
(ModelSpecBuilder<M> builder, TypedZPath8<P1, P2, P3, P4, P5, P6, P7, P8> path) Return a new TypedModelSpec using the given model spec builder and typed path.static <M,
P1, P2, P3, P4, P5, P6, P7, P8, P9>
TypedModelSpec9<M, P1, P2, P3, P4, P5, P6, P7, P8, P9> TypedModelSpec9.from
(ModelSpecBuilder<M> builder, String pathWithIds) Return a new TypedModelSpec using the given model spec builder and path.static <M,
P1, P2, P3, P4, P5, P6, P7, P8, P9>
TypedModelSpec9<M, P1, P2, P3, P4, P5, P6, P7, P8, P9> TypedModelSpec9.from
(ModelSpecBuilder<M> builder, TypedZPath9<P1, P2, P3, P4, P5, P6, P7, P8, P9> path) Return a new TypedModelSpec using the given model spec builder and typed path.