public interface ExtendedDelete
Modifier and Type | Method and Description |
---|---|
boolean |
delete(Node[] nodes)
handle delete of nodes
|
boolean delete(Node[] nodes) throws IOException
nodes
- nodes to deleteIOException
- to signal some problem while performing the delete.
The exception also means that the instance tried to handle
node deletion and no further processing on the nodes
should be done.Built on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.