public final class DFSEvaluatorLogOverwriteWriter extends Object implements DFSEvaluatorLogWriter
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the FileSystem.
|
void |
writeToEvaluatorLog(String formattedEntry)
Writes a formatted entry (addition or removal) for an Evaluator ID into the DFS evaluator log.
|
public void writeToEvaluatorLog(String formattedEntry) throws IOException
writeToEvaluatorLog in interface DFSEvaluatorLogWriterformattedEntry - The formatted entry (entry with evaluator ID and addition/removal information).IOException - when file cannot be written.public void close() throws Exception
close in interface AutoCloseableExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.