Uses of Enum
org.apache.curator.x.async.api.ExistsOption
-
Uses of ExistsOption in org.apache.curator.x.async.api
Modifier 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.Modifier and TypeMethodDescriptionAsyncPathable
<AsyncStage<org.apache.zookeeper.data.Stat>> AsyncExistsBuilder.withOptions
(Set<ExistsOption> options) Use the given options.