Uses of Interface
org.apache.curator.x.async.modeled.typed.TypedZPath9
-
Packages that use TypedZPath9 Package Description org.apache.curator.x.async.modeled.typed -
-
Uses of TypedZPath9 in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return TypedZPath9 Modifier and Type Method Description static <T1,T2,T3,T4,T5,T6,T7,T8,T9>
TypedZPath9<T1,T2,T3,T4,T5,T6,T7,T8,T9>TypedZPath9. from(java.lang.String pathWithIds)Return a TypedZPath usingZPath.parseWithIds(java.lang.String)static <T1,T2,T3,T4,T5,T6,T7,T8,T9>
TypedZPath9<T1,T2,T3,T4,T5,T6,T7,T8,T9>TypedZPath9. from(ZPath path)Return a TypedZPathMethods in org.apache.curator.x.async.modeled.typed with parameters of type TypedZPath9 Modifier and Type Method Description static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9>
TypedModelSpec9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9>TypedModelSpec9. from(ModelSpecBuilder<M> builder, TypedZPath9<P1,P2,P3,P4,P5,P6,P7,P8,P9> path)Return a new TypedModelSpec using the given model spec builder and typed path.
-