public final class DFSEvaluatorLogAppendWriter 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 DFSEvaluatorLogWriter
formattedEntry
- The formatted entry (entry with evaluator ID and addition/removal information).IOException
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2016 The Apache Software Foundation. All rights reserved.