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