diff --git a/src/main/java/tachyon/MasterInfo.java b/src/main/java/tachyon/MasterInfo.java index 8a25af02adfa..8a1a473e0b6e 100644 --- a/src/main/java/tachyon/MasterInfo.java +++ b/src/main/java/tachyon/MasterInfo.java @@ -607,6 +607,11 @@ public int getFileId(String filePath) throws InvalidPathException { return ret; } + /** + * Get absolute paths of all in memory files. + * + * @return absolute paths of all in memory files. + */ public List getInMemoryFiles() { List ret = new ArrayList(); LOG.info("getInMemoryFiles()");