Uses of Enum
org.apache.curator.x.async.modeled.ModeledOptions
-
Uses of ModeledOptions in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionstatic ModeledOptions
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.Modifier and TypeMethodDescriptionModeledFrameworkBuilder.withOptions
(Set<ModeledOptions> modeledOptions) Change the modeled options -
Uses of ModeledOptions 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)