Uses of Interface
org.apache.curator.x.async.modeled.ZNode
Packages that use ZNode
Package
Description
-
Uses of ZNode in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return types with arguments of type ZNodeModifier 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 modelMethod parameters in org.apache.curator.x.async.modeled with type arguments of type ZNodeModifier 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
Methods in org.apache.curator.x.async.modeled.cached that return types with arguments of type ZNodeModifier 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
Classes in org.apache.curator.x.async.modeled.details that implement ZNodeMethods in org.apache.curator.x.async.modeled.details that return types with arguments of type ZNodeModifier and TypeMethodDescriptionAsyncStage<List<ZNode<T>>> ModeledFrameworkImpl.childrenAsZNodes()AsyncStage<ZNode<T>> ModeledFrameworkImpl.readAsZNode()