Uses of Interface
org.apache.curator.x.async.modeled.typed.TypedModelSpec0
-
Packages that use TypedModelSpec0 Package Description org.apache.curator.x.async.modeled.typed -
-
Uses of TypedModelSpec0 in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return TypedModelSpec0 Modifier and Type Method Description static <M> TypedModelSpec0<M>TypedModelSpec0. from(ModelSpecBuilder<M> builder, java.lang.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.Methods in org.apache.curator.x.async.modeled.typed with parameters of type TypedModelSpec0 Modifier and Type Method Description static <M> TypedModeledFramework0<M>TypedModeledFramework0. from(ModeledFrameworkBuilder<M> frameworkBuilder, TypedModelSpec0<M> modelSpec)Return a new TypedModeledFramework using the given modeled framework builder and typed model spec.
-