(String path, Predicate<String> predicate)
| 54 | boolean fetch(String path, String from); |
| 55 | |
| 56 | List<FileDetails> list(String path, Predicate<String> predicate); |
| 57 | |
| 58 | /** Sync a local file to all nodes. All the nodes are asked to pull the file from this node */ |
| 59 | void syncToAllNodes(String path) throws IOException; |
no outgoing calls