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