Uses of Interface
org.apache.curator.x.async.modeled.typed.TypedZPath
-
Packages that use TypedZPath Package Description org.apache.curator.x.async.modeled.typed -
-
Uses of TypedZPath in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return TypedZPath Modifier and Type Method Description static <T> TypedZPath<T>TypedZPath. from(java.lang.String pathWithIds)Return a TypedZPath usingZPath.parseWithIds(java.lang.String)static <T> TypedZPath<T>TypedZPath. from(ZPath path)Return a TypedZPathMethods in org.apache.curator.x.async.modeled.typed with parameters of type TypedZPath Modifier and Type Method Description 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.
-