Uses of Class
org.apache.curator.x.async.api.ExistsOption
-
Packages that use ExistsOption Package Description org.apache.curator.x.async.api -
-
Uses of ExistsOption in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return ExistsOption Modifier and Type Method Description static ExistsOptionExistsOption. valueOf(java.lang.String name)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 ExistsOption Modifier and Type Method Description AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>>AsyncExistsBuilder. withOptions(java.util.Set<ExistsOption> options)Use the given options.
-