Uses of Interface
org.apache.curator.x.async.modeled.ZNode
-
Packages that use ZNode Package Description org.apache.curator.x.async.modeled org.apache.curator.x.async.modeled.cached org.apache.curator.x.async.modeled.details -
-
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 ZNode Modifier and Type Method Description AsyncStage<java.util.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 ZNode Modifier and Type Method Description static <T> java.util.concurrent.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> java.util.concurrent.CompletionStage<java.util.List<T>>ZNode. models(AsyncStage<java.util.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 ZNode Modifier and Type Method Description AsyncStage<java.util.List<ZNode<T>>>CachedModeledFramework. childrenAsZNodes()Same asModeledFramework.childrenAsZNodes()but always reads from cache - i.e.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.java.util.Optional<ZNode<T>>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 ZNode Modifier and Type Class Description classZNodeImpl<T>Methods in org.apache.curator.x.async.modeled.details that return types with arguments of type ZNode Modifier and Type Method Description AsyncStage<java.util.List<ZNode<T>>>ModeledFrameworkImpl. childrenAsZNodes()AsyncStage<ZNode<T>>ModeledFrameworkImpl. readAsZNode()
-