Uses of Interface
org.apache.curator.x.async.modeled.ModelSpec
-
Packages that use ModelSpec Package Description org.apache.curator.x.async.modeled org.apache.curator.x.async.modeled.details org.apache.curator.x.async.modeled.typed -
-
Uses of ModelSpec in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return ModelSpec Modifier and Type Method Description ModelSpec<T>ModelSpecBuilder. build()Build a new ModelSpec instanceModelSpec<T>ModelSpec. child(java.lang.Object child)Return a new CuratorModel instance with all the same options but applying to the given child node of this CuratorModel's path.ModelSpec<T>ModeledFramework. modelSpec()Return the model being usedModelSpec<T>ModelSpec. parent()Return a new CuratorModel instance with all the same options but applying to the parent node of this CuratorModel's path.ModelSpec<T>ModelSpec. resolved(java.lang.Object... parameters)Return a new CuratorModel instance with all the same options but using a resolved path by callingZPath.resolved(Object...)using the given parametersModelSpec<T>ModelSpec. resolved(java.util.List<java.lang.Object> parameters)Return a new CuratorModel instance with all the same options but using a resolved path by callingZPath.resolved(java.util.List)using the given parametersModelSpec<T>ModelSpec. withPath(ZPath path)Return a new CuratorModel instance with all the same options but using the given path.Methods in org.apache.curator.x.async.modeled with parameters of type ModelSpec Modifier and Type Method Description static <T> ModeledFrameworkBuilder<T>ModeledFramework. builder(AsyncCuratorFramework client, ModelSpec<T> model)Start a new ModeledFrameworkBuilder for the given modelModeledFrameworkBuilder<T>ModeledFrameworkBuilder. withModelSpec(ModelSpec<T> modelSpec)Change the model spec to usestatic <T> ModeledFramework<T>ModeledFramework. wrap(AsyncCuratorFramework client, ModelSpec<T> model)Return a new ModeledFramework for the given model -
Uses of ModelSpec in org.apache.curator.x.async.modeled.details
Classes in org.apache.curator.x.async.modeled.details that implement ModelSpec Modifier and Type Class Description classModelSpecImpl<T>Methods in org.apache.curator.x.async.modeled.details that return ModelSpec Modifier and Type Method Description ModelSpec<T>ModelSpecImpl. child(java.lang.Object child)ModelSpec<T>ModeledFrameworkImpl. modelSpec()ModelSpec<T>ModelSpecImpl. parent()ModelSpec<T>ModelSpecImpl. resolved(java.lang.Object... parameters)ModelSpec<T>ModelSpecImpl. resolved(java.util.List<java.lang.Object> parameters)ModelSpec<T>ModelSpecImpl. withPath(ZPath newPath)Methods in org.apache.curator.x.async.modeled.details with parameters of type ModelSpec Modifier and Type Method Description static <T> ModeledFrameworkImpl<T>ModeledFrameworkImpl. build(AsyncCuratorFramework client, ModelSpec<T> model, WatchMode watchMode, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter, org.apache.curator.framework.api.UnhandledErrorListener unhandledErrorListener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.Set<ModeledOptions> modeledOptions) -
Uses of ModelSpec in org.apache.curator.x.async.modeled.typed
Methods in org.apache.curator.x.async.modeled.typed that return ModelSpec Modifier and Type Method Description ModelSpec<M>TypedModelSpec. resolved(P1 p1)Resolve into a ZPath using the given parameterModelSpec<M>TypedModelSpec0. resolved()ModelSpec<M>TypedModelSpec10. resolved(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10)ModelSpec<M>TypedModelSpec2. resolved(P1 p1, P2 p2)ModelSpec<M>TypedModelSpec3. resolved(P1 p1, P2 p2, P3 p3)ModelSpec<M>TypedModelSpec4. resolved(P1 p1, P2 p2, P3 p3, P4 p4)ModelSpec<M>TypedModelSpec5. resolved(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)ModelSpec<M>TypedModelSpec6. resolved(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)ModelSpec<M>TypedModelSpec7. resolved(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7)ModelSpec<M>TypedModelSpec8. resolved(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8)ModelSpec<M>TypedModelSpec9. resolved(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9)
-