tachyon
Class MasterLogReader

java.lang.Object
  extended by tachyon.MasterLogReader

public class MasterLogReader
extends Object

MasterLogReader reads log from master's write-ahead-log or checkpoint data files.


Constructor Summary
MasterLogReader(String fileName)
           
 
Method Summary
 Pair<LogType,Object> getNextPair()
           
 boolean hasNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterLogReader

public MasterLogReader(String fileName)
                throws IOException
Throws:
IOException
Method Detail

hasNext

public boolean hasNext()

getNextPair

public Pair<LogType,Object> getNextPair()


Copyright © 2013. All Rights Reserved.