Uses of Interface
org.apache.curator.x.async.modeled.ZPath
Packages that use ZPath
Package
Description
-
Uses of ZPath in org.apache.curator.x.async.modeled
Fields in org.apache.curator.x.async.modeled declared as ZPathMethods in org.apache.curator.x.async.modeled that return ZPathModifier and TypeMethodDescriptionReturn a ZPath that represents a child ZNode of this ZPath.static ZPath
Convert individual path names into a ZPath.static ZPath
Convert individual path names into a ZPath.static ZPath
Convert individual path names into a ZPath starting at the given base.static ZPath
Convert individual path names into a ZPath starting at the given base.ZPath.parent()
Return this ZPath's parentstatic ZPath
Take a string path and return a ZPath.static ZPath
ZPath.parse
(String fullPath, UnaryOperator<String> nameFilter) Take a ZNode string path and return a ZPathstatic ZPath
ZPath.parseWithIds
(String fullPath) Take a string path and return a ZPath.ModelSpec.path()
Return the model's pathZNode.path()
The path of the nodedefault ZPath
When creating paths, any node in the path can be set toparameter()
.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 ZPathModifier and TypeMethodDescriptionModeledFramework.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 ZPathModifier and TypeMethodDescriptionstatic <T> ModelSpecBuilder
<T> ModelSpec.builder
(ZPath path, ModelSerializer<T> serializer) Start a new ModelSpecBuilder for the given path and serializer.static ZPath
Convert individual path names into a ZPath starting at the given base.static ZPath
Convert individual path names into a ZPath starting at the given base.boolean
ZPath.startsWith
(ZPath path) Return true if this path starts with the given path.Return a Modeled Curator instance with all the same options but using the given path.Return a new CuratorModel instance with all the same options but using the given 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 ZPathModifier and TypeMethodDescriptionModeledCache.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 ZPathModifier and TypeMethodDescriptionvoid
ModeledCacheListener.accept
(ModeledCacheListener.Type type, ZPath path, org.apache.zookeeper.data.Stat stat, T model) The given path was added, updated or removedModeledCache.currentChildren
(ZPath path) Return the modeled current set of children at the given path, mapped by child name.ModeledCache.currentData
(ZPath path) Return the modeled current data for the given 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 ZPathFields in org.apache.curator.x.async.modeled.details declared as ZPathMethods in org.apache.curator.x.async.modeled.details that return ZPathModifier and TypeMethodDescriptionstatic ZPath
static ZPath
static ZPath
static ZPath
ZPathImpl.parent()
static ZPath
ZPathImpl.parse
(String fullPath, UnaryOperator<String> nameFilter) ModelSpecImpl.path()
ZNodeImpl.path()
Methods in org.apache.curator.x.async.modeled.details that return types with arguments of type ZPathMethods in org.apache.curator.x.async.modeled.details with parameters of type ZPathModifier and TypeMethodDescriptionstatic ZPath
static ZPath
boolean
ZPathImpl.startsWith
(ZPath path) Constructors in org.apache.curator.x.async.modeled.details with parameters of type ZPathModifierConstructorDescriptionModelSpecImpl
(ZPath path, ModelSerializer<T> serializer, org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, Set<CreateOption> createOptions, Set<DeleteOption> deleteOptions, long ttl) -
Uses of ZPath in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return ZPathModifier and TypeMethodDescriptionResolve into a ZPath using the given parameterTypedZPath0.resolved()
Methods in org.apache.curator.x.async.modeled.typed with parameters of type ZPathModifier and TypeMethodDescriptionstatic <T> TypedZPath
<T> Return a TypedZPathstatic TypedZPath0
Return a TypedZPathstatic <T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10>
TypedZPath10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Return a TypedZPathstatic <T1,
T2> TypedZPath2 <T1, T2> Return a TypedZPathstatic <T1,
T2, T3>
TypedZPath3<T1, T2, T3> Return a TypedZPathstatic <T1,
T2, T3, T4>
TypedZPath4<T1, T2, T3, T4> Return a TypedZPathstatic <T1,
T2, T3, T4, T5>
TypedZPath5<T1, T2, T3, T4, T5> Return a TypedZPathstatic <T1,
T2, T3, T4, T5, T6>
TypedZPath6<T1, T2, T3, T4, T5, T6> Return a TypedZPathstatic <T1,
T2, T3, T4, T5, T6, T7>
TypedZPath7<T1, T2, T3, T4, T5, T6, T7> Return a TypedZPathstatic <T1,
T2, T3, T4, T5, T6, T7, T8>
TypedZPath8<T1, T2, T3, T4, T5, T6, T7, T8> Return a TypedZPathstatic <T1,
T2, T3, T4, T5, T6, T7, T8, T9>
TypedZPath9<T1, T2, T3, T4, T5, T6, T7, T8, T9> Return a TypedZPath