Uses of Interface
org.apache.curator.x.async.modeled.typed.TypedModelSpec4
Packages that use TypedModelSpec4
-
Uses of TypedModelSpec4 in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return TypedModelSpec4Modifier and TypeMethodDescriptionstatic <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.Methods in org.apache.curator.x.async.modeled.typed with parameters of type TypedModelSpec4Modifier and TypeMethodDescriptionstatic <M,P1, P2, P3, P4>
TypedModeledFramework4<M, P1, P2, P3, P4> TypedModeledFramework4.from(ModeledFrameworkBuilder<M> frameworkBuilder, TypedModelSpec4<M, P1, P2, P3, P4> modelSpec) Return a new TypedModeledFramework using the given modeled framework builder and typed model spec.