add abstract method

Future<void> add(
  1. Node node
)

Add a non existing node to the storage backend.

@param node the node to be added to the backend @throws StorageException if the node already exists, the parental node does not exist, or the backend storage encountered a problem

Implementation

Future<void> add(Node node);