class FDB::DirectoryLayer

def node_with_prefix(prefix)

def node_with_prefix(prefix)
  @node_subspace[prefix] if !prefix.nil?
end