Uses of Class
org.apache.hadoop.hdfs.server.namenode.EditLogOutputStream
Packages that use EditLogOutputStream
-
Uses of EditLogOutputStream in org.apache.hadoop.hdfs.qjournal.client
Methods in org.apache.hadoop.hdfs.qjournal.client that return EditLogOutputStreamModifier and TypeMethodDescriptionQuorumJournalManager.startLogSegment(long txId, int layoutVersion) -
Uses of EditLogOutputStream in org.apache.hadoop.hdfs.server.namenode
Subclasses of EditLogOutputStream in org.apache.hadoop.hdfs.server.namenodeModifier and TypeClassDescriptionclassAn implementation of the abstract classEditLogOutputStream, which stores edits in a local file.Methods in org.apache.hadoop.hdfs.server.namenode that return EditLogOutputStreamModifier and TypeMethodDescriptionFileJournalManager.startLogSegment(long txid, int layoutVersion) JournalManager.startLogSegment(long txId, int layoutVersion) Begin writing to a new segment of the log stream, which starts at the given transaction ID.JournalSet.startLogSegment(long txId, int layoutVersion)