| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.qjournal.client | |
| org.apache.hadoop.hdfs.server.namenode |
| Modifier and Type | Method | Description |
|---|---|---|
EditLogOutputStream |
QuorumJournalManager.startLogSegment(long txId,
int layoutVersion) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EditLogFileOutputStream |
An implementation of the abstract class
EditLogOutputStream, which
stores edits in a local file. |
| Modifier and Type | Method | Description |
|---|---|---|
EditLogOutputStream |
FileJournalManager.startLogSegment(long txid,
int layoutVersion) |
|
EditLogOutputStream |
JournalManager.startLogSegment(long txId,
int layoutVersion) |
Begin writing to a new segment of the log stream, which starts at
the given transaction ID.
|
EditLogOutputStream |
JournalSet.startLogSegment(long txId,
int layoutVersion) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.