Skip to content

Commit

Permalink
add comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyuan committed Feb 25, 2013
1 parent 428afa5 commit 9335400
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/tachyon/MasterInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> getInMemoryFiles() {
List<String> ret = new ArrayList<String>();
LOG.info("getInMemoryFiles()");
Expand Down

0 comments on commit 9335400

Please sign in to comment.