getChildren abstract method

Future<Map<String, Node>> getChildren()

Get a map of all existing child nodes.

@return the map containing all child nodes @throws StorageException if the storage backend encounters a problem

Implementation

Future<Map<String, Node>> getChildren();