Uses of Enum
org.apache.curator.x.async.api.DeleteOption
Packages that use DeleteOption
Package
Description
-
Uses of DeleteOption in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return DeleteOptionModifier 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.Method parameters in org.apache.curator.x.async.api with type arguments of type DeleteOptionModifier 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
Fields in org.apache.curator.x.async.modeled with type parameters of type DeleteOptionMethods in org.apache.curator.x.async.modeled that return types with arguments of type DeleteOptionMethod parameters in org.apache.curator.x.async.modeled with type arguments of type DeleteOptionModifier 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
Methods in org.apache.curator.x.async.modeled.details that return types with arguments of type DeleteOption