Refresh the files in a path. Maybe this node does not have all files? @param path the path to be refreshed.
(String path)
| 73 | * @param path the path to be refreshed. |
| 74 | */ |
| 75 | void refresh(String path); |
| 76 | |
| 77 | /** Delete a file cluster-wide */ |
| 78 | void delete(String path); |
no outgoing calls