public static class FSEditLogOp.Reader extends Object
| Constructor and Description |
|---|
FSEditLogOp.Reader(DataInputStream in,
int logVersion)
Construct the reader
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hdfs.server.namenode.FSEditLogOp |
readOp()
Read an operation from the input stream.
|
public FSEditLogOp.Reader(DataInputStream in, int logVersion)
in - The stream to read from.logVersion - The version of the data coming from the stream.public org.apache.hadoop.hdfs.server.namenode.FSEditLogOp readOp() throws IOException
IOException - on error.Copyright © 2013 Apache Software Foundation. All Rights Reserved.