Uses of Interface
org.apache.curator.x.async.modeled.typed.TypedModelSpec10
-
Packages that use TypedModelSpec10 Package Description org.apache.curator.x.async.modeled.typed -
-
Uses of TypedModelSpec10 in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return TypedModelSpec10 Modifier and Type Method Description 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, java.lang.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.Methods in org.apache.curator.x.async.modeled.typed with parameters of type TypedModelSpec10 Modifier and Type Method Description 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, TypedModelSpec10<M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> modelSpec)Return a new TypedModeledFramework using the given modeled framework builder and typed model spec.
-