Uses of Class
org.apache.curator.x.async.api.DeleteOption
-
Packages that use DeleteOption Package Description org.apache.curator.x.async.api org.apache.curator.x.async.modeled org.apache.curator.x.async.modeled.details -
-
Uses of DeleteOption in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return DeleteOption Modifier and Type Method Description static DeleteOptionDeleteOption. valueOf(java.lang.String name)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 DeleteOption Modifier and Type Method Description AsyncPathable<AsyncStage<java.lang.Void>>AsyncDeleteBuilder. withOptions(java.util.Set<DeleteOption> options)Changes the deletion options.AsyncPathable<AsyncStage<java.lang.Void>>AsyncDeleteBuilder. withOptionsAndVersion(java.util.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 DeleteOption Modifier and Type Field Description static java.util.Set<DeleteOption>ModelSpec. defaultDeleteOptionsMethods in org.apache.curator.x.async.modeled that return types with arguments of type DeleteOption Modifier and Type Method Description java.util.Set<DeleteOption>ModelSpec. deleteOptions()Return the model's delete optionsMethod parameters in org.apache.curator.x.async.modeled with type arguments of type DeleteOption Modifier and Type Method Description ModelSpecBuilder<T>ModelSpecBuilder. withDeleteOptions(java.util.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 Modifier and Type Method Description java.util.Set<DeleteOption>ModelSpecImpl. deleteOptions()
-