tachyon
Class MasterLogReader
java.lang.Object
tachyon.MasterLogReader
public class MasterLogReader
- extends Object
MasterLogReader
reads log from master's write-ahead-log or checkpoint data files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MasterLogReader
public MasterLogReader(String fileName)
throws IOException
- Throws:
IOException
hasNext
public boolean hasNext()
getNextPair
public Pair<LogType,Object> getNextPair()
Copyright © 2013. All Rights Reserved.