Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.tools.offlineEditsViewer |
Modifier and Type | Method and Description |
---|---|
FSEditLogOp |
FSEditLogOp.OpInstanceCache.get(FSEditLogOpCodes opcode) |
protected FSEditLogOp |
EditLogFileInputStream.nextOp() |
protected abstract FSEditLogOp |
EditLogInputStream.nextOp()
Get the next operation from the stream storage.
|
protected FSEditLogOp |
EditLogFileInputStream.nextValidOp() |
protected FSEditLogOp |
EditLogInputStream.nextValidOp()
Get the next valid operation from the stream storage.
|
FSEditLogOp |
EditLogInputStream.readOp()
Read an operation from the stream
|
FSEditLogOp |
FSEditLogOp.Reader.readOp(boolean skipBrokenEdits)
Read an operation from the input stream.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
EditLogOutputStream.write(FSEditLogOp op)
Write edits log operation to the stream.
|
void |
EditLogFileOutputStream.write(FSEditLogOp op) |
void |
FSEditLogOp.Writer.writeOp(FSEditLogOp op)
Write an operation to the output stream
|
void |
EditsDoubleBuffer.writeOp(FSEditLogOp op) |
Modifier and Type | Method and Description |
---|---|
void |
XmlEditsVisitor.visitOp(FSEditLogOp op) |
void |
BinaryEditsVisitor.visitOp(FSEditLogOp op) |
void |
StatisticsEditsVisitor.visitOp(FSEditLogOp op) |
void |
OfflineEditsVisitor.visitOp(FSEditLogOp op)
Begin visiting an element that encloses another element, such as
the beginning of the list of blocks that comprise a file.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.