tachyon
Class MasterLogWriter
java.lang.Object
tachyon.MasterLogWriter
public class MasterLogWriter
- extends Object
MasterLogWriter
writes log into 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 |
MasterLogWriter
public MasterLogWriter(String fileName)
throws IOException
- Throws:
IOException
append
public void append(Inode inode,
boolean flush)
append
public void append(List<Inode> inodeList,
boolean flush)
appendAndFlush
public void appendAndFlush(CheckpointInfo checkpointInfo)
flush
public void flush()
close
public void close()
Copyright © 2013. All Rights Reserved.