| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.tools.offlineEditsViewer |
| Modifier and Type | Method | Description |
|---|---|---|
<T extends FSEditLogOp> |
FSEditLogOp.OpInstanceCache.get(FSEditLogOpCodes opCode) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract FSEditLogOp |
FSEditLogOp.Reader.decodeOp() |
Read an opcode from the input stream.
|
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 | Description |
|---|---|---|
java.lang.Class<? extends FSEditLogOp> |
FSEditLogOpCodes.getOpClass() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
FSEditLog.beginTransaction(FSEditLogOp op) |
|
static org.apache.hadoop.hdfs.inotify.EventBatch |
InotifyFSEditLogOpTranslator.translate(FSEditLogOp op) |
|
void |
EditLogFileOutputStream.write(FSEditLogOp op) |
|
abstract void |
EditLogOutputStream.write(FSEditLogOp op) |
Write edits log operation to the stream.
|
void |
EditsDoubleBuffer.writeOp(FSEditLogOp op,
int logVersion) |
|
void |
FSEditLogOp.Writer.writeOp(FSEditLogOp op,
int logVersion) |
Write an operation to the output stream
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BinaryEditsVisitor.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.
|
void |
StatisticsEditsVisitor.visitOp(FSEditLogOp op) |
|
void |
XmlEditsVisitor.visitOp(FSEditLogOp op) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.