deepClone abstract method

Future<Node> deepClone()

Create a deep clone of the current node.

@return the cloned node @throws StorageException if the storage backend encounters a problem

Implementation

Future<Node> deepClone();