Uses of Interface
org.apache.curator.x.async.modeled.ZPath
Package
Description
-
Uses of ZPath in org.apache.curator.x.async.modeled
Modifier 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()
.Modifier and TypeMethodDescriptionModeledFramework.children()
Return the child paths of this instance's path (in no particular order)Modifier 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
Modifier and TypeMethodDescriptionModeledCache.currentChildren
(ZPath path) Return the modeled current set of children at the given path, mapped by child name.Modifier 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
Modifier and TypeMethodDescriptionstatic ZPath
static ZPath
static ZPath
static ZPath
ZPathImpl.parent()
static ZPath
ZPathImpl.parse
(String fullPath, UnaryOperator<String> nameFilter) ModelSpecImpl.path()
ZNodeImpl.path()
Modifier and TypeMethodDescriptionstatic ZPath
static ZPath
boolean
ZPathImpl.startsWith
(ZPath path) ModifierConstructorDescriptionModelSpecImpl
(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
Modifier and TypeMethodDescriptionResolve into a ZPath using the given parameterTypedZPath0.resolved()
Modifier 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