Uses of Interface
org.apache.curator.x.async.modeled.typed.TypedZPath5
Packages that use TypedZPath5
-
Uses of TypedZPath5 in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return TypedZPath5Modifier and TypeMethodDescriptionstatic <T1,
T2, T3, T4, T5>
TypedZPath5<T1, T2, T3, T4, T5> Return a TypedZPath usingZPath.parseWithIds(java.lang.String)
static <T1,
T2, T3, T4, T5>
TypedZPath5<T1, T2, T3, T4, T5> Return a TypedZPathMethods in org.apache.curator.x.async.modeled.typed with parameters of type TypedZPath5Modifier and TypeMethodDescriptionstatic <M,
P1, P2, P3, P4, P5>
TypedModelSpec5<M, P1, P2, P3, P4, P5> TypedModelSpec5.from
(ModelSpecBuilder<M> builder, TypedZPath5<P1, P2, P3, P4, P5> path) Return a new TypedModelSpec using the given model spec builder and typed path.