Uses of Enum
org.apache.curator.x.async.api.ExistsOption
Packages that use ExistsOption
-
Uses of ExistsOption in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return ExistsOptionModifier and TypeMethodDescriptionstatic ExistsOption
Returns the enum constant of this type with the specified name.static ExistsOption[]
ExistsOption.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.api with type arguments of type ExistsOptionModifier and TypeMethodDescriptionAsyncPathable
<AsyncStage<org.apache.zookeeper.data.Stat>> AsyncExistsBuilder.withOptions
(Set<ExistsOption> options) Use the given options.