Uses of Class
org.apache.curator.x.async.modeled.ModeledOptions
-
Packages that use ModeledOptions Package Description org.apache.curator.x.async.modeled org.apache.curator.x.async.modeled.details -
-
Uses of ModeledOptions in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return ModeledOptions Modifier and Type Method Description static ModeledOptionsModeledOptions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModeledOptions[]ModeledOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.curator.x.async.modeled with type arguments of type ModeledOptions Modifier and Type Method Description ModeledFrameworkBuilder<T>ModeledFrameworkBuilder. withOptions(java.util.Set<ModeledOptions> modeledOptions)Change the modeled options -
Uses of ModeledOptions in org.apache.curator.x.async.modeled.details
Method parameters in org.apache.curator.x.async.modeled.details with type arguments of type ModeledOptions 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)
-