Uses of Interface
org.apache.curator.x.async.modeled.ZPath
-
Packages that use ZPath Package Description org.apache.curator.x.async.modeled org.apache.curator.x.async.modeled.cached org.apache.curator.x.async.modeled.details org.apache.curator.x.async.modeled.typed -
-
Uses of ZPath in org.apache.curator.x.async.modeled
Fields in org.apache.curator.x.async.modeled declared as ZPath Modifier and Type Field Description static ZPathZPath. rootThe root path: "/"Methods in org.apache.curator.x.async.modeled that return ZPath Modifier and Type Method Description ZPathZPath. child(java.lang.Object child)Return a ZPath that represents a child ZNode of this ZPath.static ZPathZPath. from(java.lang.String... names)Convert individual path names into a ZPath.static ZPathZPath. from(java.util.List<java.lang.String> names)Convert individual path names into a ZPath.static ZPathZPath. from(ZPath base, java.lang.String... names)Convert individual path names into a ZPath starting at the given base.static ZPathZPath. from(ZPath base, java.util.List<java.lang.String> names)Convert individual path names into a ZPath starting at the given base.ZPathZPath. parent()Return this ZPath's parentstatic ZPathZPath. parse(java.lang.String fullPath)Take a string path and return a ZPathstatic ZPathZPath. parse(java.lang.String fullPath, java.util.function.UnaryOperator<java.lang.String> nameFilter)Take a ZNode string path and return a ZPathstatic ZPathZPath. parseWithIds(java.lang.String fullPath)Take a string path and return a ZPath.ZPathModelSpec. path()Return the model's pathZPathZNode. path()The path of the nodedefault ZPathZPath. resolved(java.lang.Object... parameters)When creating paths, any node in the path can be set toparameter().ZPathZPath. resolved(java.util.List<java.lang.Object> parameters)When creating paths, any node in the path can be set toparameter().Methods in org.apache.curator.x.async.modeled that return types with arguments of type ZPath Modifier and Type Method Description AsyncStage<java.util.List<ZPath>>ModeledFramework. children()Return the child paths of this instance's path (in no particular order)Methods in org.apache.curator.x.async.modeled with parameters of type ZPath Modifier and Type Method Description static <T> ModelSpecBuilder<T>ModelSpec. builder(ZPath path, ModelSerializer<T> serializer)Start a new ModelSpecBuilder for the given path and serializer.static ZPathZPath. from(ZPath base, java.lang.String... names)Convert individual path names into a ZPath starting at the given base.static ZPathZPath. from(ZPath base, java.util.List<java.lang.String> names)Convert individual path names into a ZPath starting at the given base.booleanZPath. startsWith(ZPath path)Return true if this path starts with the given path.ModeledFramework<T>ModeledFramework. withPath(ZPath path)Return a Modeled Curator instance with all the same options but using the given path.ModelSpec<T>ModelSpec. withPath(ZPath path)Return a new CuratorModel instance with all the same options but using the given path.ModelSpecBuilder<T>ModelSpecBuilder. withPath(ZPath path)Change the model spec's path -
Uses of ZPath in org.apache.curator.x.async.modeled.cached
Methods in org.apache.curator.x.async.modeled.cached that return types with arguments of type ZPath Modifier and Type Method Description java.util.Map<ZPath,ZNode<T>>ModeledCache. currentChildren(ZPath path)Return the modeled current set of children at the given path, mapped by child name.Methods in org.apache.curator.x.async.modeled.cached with parameters of type ZPath Modifier and Type Method Description voidModeledCacheListener. accept(ModeledCacheListener.Type type, ZPath path, org.apache.zookeeper.data.Stat stat, T model)The given path was added, updated or removedjava.util.Map<ZPath,ZNode<T>>ModeledCache. currentChildren(ZPath path)Return the modeled current set of children at the given path, mapped by child name.java.util.Optional<ZNode<T>>ModeledCache. currentData(ZPath path)Return the modeled current data for the given path.CachedModeledFramework<T>CachedModeledFramework. withPath(ZPath path)Return a Modeled Curator instance with all the same options but using the given path. -
Uses of ZPath in org.apache.curator.x.async.modeled.details
Classes in org.apache.curator.x.async.modeled.details that implement ZPath Modifier and Type Class Description classZPathImplFields in org.apache.curator.x.async.modeled.details declared as ZPath Modifier and Type Field Description static ZPathZPathImpl. rootMethods in org.apache.curator.x.async.modeled.details that return ZPath Modifier and Type Method Description ZPathZPathImpl. child(java.lang.Object child)static ZPathZPathImpl. from(java.lang.String[] names)static ZPathZPathImpl. from(java.util.List<java.lang.String> names)static ZPathZPathImpl. from(ZPath base, java.lang.String[] names)static ZPathZPathImpl. from(ZPath base, java.util.List<java.lang.String> names)ZPathZPathImpl. parent()static ZPathZPathImpl. parse(java.lang.String fullPath, java.util.function.UnaryOperator<java.lang.String> nameFilter)ZPathModelSpecImpl. path()ZPathZNodeImpl. path()ZPathZPathImpl. resolved(java.util.List<java.lang.Object> parameters)Methods in org.apache.curator.x.async.modeled.details that return types with arguments of type ZPath Modifier and Type Method Description AsyncStage<java.util.List<ZPath>>ModeledFrameworkImpl. children()Methods in org.apache.curator.x.async.modeled.details with parameters of type ZPath Modifier and Type Method Description static ZPathZPathImpl. from(ZPath base, java.lang.String[] names)static ZPathZPathImpl. from(ZPath base, java.util.List<java.lang.String> names)booleanZPathImpl. startsWith(ZPath path)ModeledFramework<T>ModeledFrameworkImpl. withPath(ZPath path)ModelSpec<T>ModelSpecImpl. withPath(ZPath newPath)Constructors in org.apache.curator.x.async.modeled.details with parameters of type ZPath Constructor Description ModelSpecImpl(ZPath path, ModelSerializer<T> serializer, org.apache.zookeeper.CreateMode createMode, java.util.List<org.apache.zookeeper.data.ACL> aclList, java.util.Set<CreateOption> createOptions, java.util.Set<DeleteOption> deleteOptions, long ttl)ZNodeImpl(ZPath path, org.apache.zookeeper.data.Stat stat, T model) -
Uses of ZPath in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return ZPath Modifier and Type Method Description ZPathTypedZPath. resolved(T p1)Resolve into a ZPath using the given parameterZPathTypedZPath0. resolved()ZPathTypedZPath10. resolved(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10)ZPathTypedZPath2. resolved(T1 p1, T2 p2)ZPathTypedZPath3. resolved(T1 p1, T2 p2, T3 p3)ZPathTypedZPath4. resolved(T1 p1, T2 p2, T3 p3, T4 p4)ZPathTypedZPath5. resolved(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)ZPathTypedZPath6. resolved(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)ZPathTypedZPath7. resolved(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)ZPathTypedZPath8. resolved(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)ZPathTypedZPath9. resolved(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9)Methods in org.apache.curator.x.async.modeled.typed with parameters of type ZPath Modifier and Type Method Description static <T> TypedZPath<T>TypedZPath. from(ZPath path)Return a TypedZPathstatic TypedZPath0TypedZPath0. from(ZPath path)Return a TypedZPathstatic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
TypedZPath10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>TypedZPath10. from(ZPath path)Return a TypedZPathstatic <T1,T2>
TypedZPath2<T1,T2>TypedZPath2. from(ZPath path)Return a TypedZPathstatic <T1,T2,T3>
TypedZPath3<T1,T2,T3>TypedZPath3. from(ZPath path)Return a TypedZPathstatic <T1,T2,T3,T4>
TypedZPath4<T1,T2,T3,T4>TypedZPath4. from(ZPath path)Return a TypedZPathstatic <T1,T2,T3,T4,T5>
TypedZPath5<T1,T2,T3,T4,T5>TypedZPath5. from(ZPath path)Return a TypedZPathstatic <T1,T2,T3,T4,T5,T6>
TypedZPath6<T1,T2,T3,T4,T5,T6>TypedZPath6. from(ZPath path)Return a TypedZPathstatic <T1,T2,T3,T4,T5,T6,T7>
TypedZPath7<T1,T2,T3,T4,T5,T6,T7>TypedZPath7. from(ZPath path)Return a TypedZPathstatic <T1,T2,T3,T4,T5,T6,T7,T8>
TypedZPath8<T1,T2,T3,T4,T5,T6,T7,T8>TypedZPath8. from(ZPath path)Return a TypedZPathstatic <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 TypedZPath
-