Uses of Enum
org.apache.curator.x.async.api.DeleteOption
Package
Description
-
Uses of DeleteOption in org.apache.curator.x.async.api
Modifier and TypeMethodDescriptionstatic DeleteOption
Returns the enum constant of this type with the specified name.static DeleteOption[]
DeleteOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAsyncDeleteBuilder.withOptions
(Set<DeleteOption> options) Changes the deletion options.AsyncDeleteBuilder.withOptionsAndVersion
(Set<DeleteOption> options, int version) Set options and version. -
Uses of DeleteOption in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionModelSpecBuilder.withDeleteOptions
(Set<DeleteOption> deleteOptions) Use the given delete options on the Modeled Curator's ZNode -
Uses of DeleteOption in org.apache.curator.x.async.modeled.details