Uses of Interface
org.apache.curator.x.async.modeled.ModelSpec
Package
Description
-
Uses of ModelSpec in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionModelSpecBuilder.build()
Build a new ModelSpec instanceReturn a new CuratorModel instance with all the same options but applying to the given child node of this CuratorModel's path.ModeledFramework.modelSpec()
Return the model being usedModelSpec.parent()
Return a new CuratorModel instance with all the same options but applying to the parent node of this CuratorModel's path.Return a new CuratorModel instance with all the same options but using a resolved path by callingZPath.resolved(Object...)
using the given parametersReturn a new CuratorModel instance with all the same options but using a resolved path by callingZPath.resolved(java.util.List)
using the given parametersReturn a new CuratorModel instance with all the same options but using the given path.Modifier and TypeMethodDescriptionstatic <T> ModeledFrameworkBuilder
<T> ModeledFramework.builder
(AsyncCuratorFramework client, ModelSpec<T> model) Start a new ModeledFrameworkBuilder for the given modelModeledFrameworkBuilder.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
Modifier and TypeMethodDescriptionstatic <T> ModeledFrameworkImpl
<T> ModeledFrameworkImpl.build
(AsyncCuratorFramework client, ModelSpec<T> model, WatchMode watchMode, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter, UnhandledErrorListener unhandledErrorListener, UnaryOperator<CuratorEvent> resultFilter, Set<ModeledOptions> modeledOptions) -
Uses of ModelSpec in org.apache.curator.x.async.modeled.typed
Modifier and TypeMethodDescriptionResolve into a ZPath using the given parameterTypedModelSpec0.resolved()