Uses of Interface
org.apache.curator.x.async.modeled.ZNode
Package
Description
-
Uses of ZNode in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionAsyncStage
<List<ZNode<T>>> ModeledFramework.childrenAsZNodes()
Return the child paths of this instance's path (in no particular order) and deserialize into a models.AsyncStage
<ZNode<T>> ModeledFramework.readAsZNode()
Read the ZNode at this instance's path and deserialize into a modelModifier and TypeMethodDescriptionstatic <T> CompletionStage
<T> ZNode.model
(AsyncStage<ZNode<T>> from) Utility that modifies an async stage of a znode into an async stage of a modelstatic <T> CompletionStage
<List<T>> ZNode.models
(AsyncStage<List<ZNode<T>>> from) Utility that modifies an async stage of znodes into an async stage of models -
Uses of ZNode in org.apache.curator.x.async.modeled.cached
Modifier and TypeMethodDescriptionAsyncStage
<List<ZNode<T>>> CachedModeledFramework.childrenAsZNodes()
Same asModeledFramework.childrenAsZNodes()
but always reads from cache - i.e.ModeledCache.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.AsyncStage
<ZNode<T>> CachedModeledFramework.readThroughAsZNode()
Same asModeledFramework.readAsZNode()
except that if the cache does not have a value for this path a direct query is made. -
Uses of ZNode in org.apache.curator.x.async.modeled.details
Modifier and TypeMethodDescriptionAsyncStage
<List<ZNode<T>>> ModeledFrameworkImpl.childrenAsZNodes()
AsyncStage
<ZNode<T>> ModeledFrameworkImpl.readAsZNode()