getNodeOrTombstone abstract method

Future<Node> getNodeOrTombstone(
  1. String path
)

Fetches a node by its path.

@param path the path of the node to be fetched @return The requested node @throws StorageException if the storage backend encounters a problem

Implementation

Future<Node> getNodeOrTombstone(String path);