public static class FSEditLogOp.Writer extends Object
| Constructor and Description | 
|---|
| FSEditLogOp.Writer(org.apache.hadoop.io.DataOutputBuffer out) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | writeOp(org.apache.hadoop.hdfs.server.namenode.FSEditLogOp op)Write an operation to the output stream | 
public FSEditLogOp.Writer(org.apache.hadoop.io.DataOutputBuffer out)
public void writeOp(org.apache.hadoop.hdfs.server.namenode.FSEditLogOp op)
             throws IOException
op - The operation to writeIOException - if an error occurs during writing.Copyright © 2017 Apache Software Foundation. All Rights Reserved.